diff options
author | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
commit | f8b4b09e42318eed8b7cd1fe6746fa4bc542771f (patch) | |
tree | d3abbf14b982d8176fa2810a47116c60fcf966b7 /src/PatchageEvent.cpp | |
parent | b74cf92e1f101412df6071ee7c8bc5ed3fe4485e (diff) | |
download | patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.tar.gz patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.tar.bz2 patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.zip |
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
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |