From 8ca38297f0781bb4d64914ea907848e63821618d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jul 2007 17:20:23 +0000 Subject: Build system fixes, building from top level doesn't recursively configure slv2, but slv2 is still independently packageable/buildable. Think I've finally figured out how to do recursive autohell without resorting to suicide... git-svn-id: http://svn.drobilla.net/lad/patchage@650 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDriver.cpp | 2 +- src/LashDriver.cpp | 2 +- src/Patchage.cpp | 2 +- src/Patchage.hpp | 2 +- src/PatchageCanvas.cpp | 2 +- src/PatchageCanvas.hpp | 2 +- src/PatchageEvent.cpp | 2 +- src/PatchageEvent.hpp | 2 +- src/PatchagePort.hpp | 2 +- src/main.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 761c1c2..d7f1c20 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -20,7 +20,7 @@ #include #include #include -#include "config.h" +#include CONFIG_H_PATH #include #include #include diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp index 5c58444..eeab10c 100644 --- a/src/LashDriver.cpp +++ b/src/LashDriver.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../config/config.h" +#include CONFIG_H_PATH #include "LashDriver.hpp" #include "Patchage.hpp" #include "StateManager.hpp" diff --git a/src/Patchage.cpp b/src/Patchage.cpp index a21e578..234bf47 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../config/config.h" +#include CONFIG_H_PATH #include #include #include diff --git a/src/Patchage.hpp b/src/Patchage.hpp index e4112ff..75f419c 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -18,7 +18,7 @@ #ifndef PATCHAGE_H #define PATCHAGE_H -#include "config.h" +#include CONFIG_H_PATH #include #include #include diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index ea4e371..b32ca6e 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -16,7 +16,7 @@ */ #include -#include "../../config/config.h" +#include CONFIG_H_PATH #include "PatchageCanvas.hpp" #include "Patchage.hpp" #include "JackDriver.hpp" diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 0ef54fb..9661666 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -18,7 +18,7 @@ #ifndef PATCHAGECANVAS_H #define PATCHAGECANVAS_H -#include "../../config/config.h" +#include CONFIG_H_PATH #include #ifdef HAVE_ALSA #include diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index e2849b7..c3fd144 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/config.h" +#include CONFIG_H_PATH #include #include "Patchage.hpp" #include "PatchageCanvas.hpp" diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 19cf16d..678f7e0 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -19,7 +19,7 @@ #define PATCHAGEEVENT_H #include -#include "../../config/config.h" +#include CONFIG_H_PATH #ifdef HAVE_ALSA #include #endif diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 52fe720..1fabe65 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -18,7 +18,7 @@ #ifndef PATCHAGEPORT_H #define PATCHAGEPORT_H -#include "../../config/config.h" +#include CONFIG_H_PATH #include #include #include diff --git a/src/main.cpp b/src/main.cpp index b7bfc36..ffc5761 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,7 +15,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "../../config/config.h" +#include CONFIG_H_PATH #include #include -- cgit v1.2.1