summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2006-03-07 06:23:12 +0000
committerTim Mayberry <mojofunk@gmail.com>2006-03-07 06:23:12 +0000
commit874ba08fb4f3c620357c7a76e6eb5f2ed651ec6b (patch)
tree62f9442daeb35ab2fe215213f8b1f049fd1086a3 /gtk2_ardour/crossfade_view.h
parent17f7ab67adc7152ee5879ede02dfddfc0a1296cb (diff)
2006-03-04 Tim Mayberry <mojofunk@gmail.com>
* Enable linking to system soundtouch library if SYSLIBS=1, soundtouch-1.3.1 needed for pkgconfig support * Fix to allow compiling against libgnomecanvasmm library when SYSLIBS=1 git-svn-id: svn://localhost/trunk/ardour2@354 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/crossfade_view.h')
-rw-r--r--gtk2_ardour/crossfade_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h
index f4676cf695..b4931c94c0 100644
--- a/gtk2_ardour/crossfade_view.h
+++ b/gtk2_ardour/crossfade_view.h
@@ -22,7 +22,7 @@
#define __gtk_ardour_crossfade_view_h__
#include <vector>
-#include <libgnomecanvasmm/libgnomecanvasmm.h>
+#include <libgnomecanvasmm.h>
#include <sigc++/signal.h>
#include <ardour/crossfade.h>