From f8b4b09e42318eed8b7cd1fe6746fa4bc542771f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Jul 2007 06:48:02 +0000 Subject: Removed recursive autohell, except for SLv2. Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/patchage@610 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDriver.h | 2 +- src/Makefile.am | 4 ++-- src/Patchage.cpp | 2 +- src/PatchageCanvas.h | 2 +- src/PatchageEvent.cpp | 2 +- src/PatchageEvent.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/JackDriver.h b/src/JackDriver.h index d036276..1c03972 100644 --- a/src/JackDriver.h +++ b/src/JackDriver.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include "raul/AtomicPtr.h" #include "Driver.h" class Patchage; class PatchageEvent; diff --git a/src/Makefile.am b/src/Makefile.am index b0915f1..485aec6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -AM_CXXFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" @GTHREAD_CFLAGS@ @LIBGLADEMM_CFLAGS@ @GNOMECANVASMM_CFLAGS@ @JACK_CFLAGS@ @ALSA_CFLAGS@ @LASH_CFLAGS@ @FLOWCANVAS_CFLAGS@ @RAUL_CFLAGS@ -patchage_LDADD = @GTHREAD_LIBS@ @LIBGLADEMM_LIBS@ @GNOMECANVASMM_LIBS@ @JACK_LIBS@ @ALSA_LIBS@ @LASH_LIBS@ @FLOWCANVAS_LIBS@ @RAUL_LIBS@ +AM_CXXFLAGS = -I.. -I$(top_srcdir)/raul -I$(top_srcdir)/flowcanvas -DPKGDATADIR=\"$(pkgdatadir)\" @GTHREAD_CFLAGS@ @LIBGLADEMM_CFLAGS@ @GNOMECANVASMM_CFLAGS@ @JACK_CFLAGS@ @ALSA_CFLAGS@ @LASH_CFLAGS@ +patchage_LDADD = @RAUL_LIBS@ @FLOWCANVAS_LIBS@ @GTHREAD_LIBS@ @LIBGLADEMM_LIBS@ @GNOMECANVASMM_LIBS@ @JACK_LIBS@ @ALSA_LIBS@ @LASH_LIBS@ EXTRA_DIST = patchage.gladep diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 8e2dd3a..b6e7f84 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -19,7 +19,7 @@ #include #include "Patchage.h" #include "PatchageEvent.h" -#include "../config.h" +#include "../../config/config.h" #include #include #include diff --git a/src/PatchageCanvas.h b/src/PatchageCanvas.h index 96e8912..4ac5c62 100644 --- a/src/PatchageCanvas.h +++ b/src/PatchageCanvas.h @@ -18,7 +18,7 @@ #ifndef PATCHAGECANVAS_H #define PATCHAGECANVAS_H -#include "../config.h" +#include "../../config/config.h" #include #ifdef HAVE_ALSA #include diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 9450770..493050a 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -15,7 +15,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "../config.h" +#include "../../config/config.h" #include "raul/SharedPtr.h" #include "Patchage.h" #include "PatchageCanvas.h" diff --git a/src/PatchageEvent.h b/src/PatchageEvent.h index 79fb711..24dd7ba 100644 --- a/src/PatchageEvent.h +++ b/src/PatchageEvent.h @@ -20,7 +20,7 @@ #include #include -#include "../config.h" +#include "../../config/config.h" #ifdef HAVE_ALSA #include #endif -- cgit v1.2.1