summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-24 06:48:02 +0000
committerDavid Robillard <d@drobilla.net>2007-07-24 06:48:02 +0000
commitf8b4b09e42318eed8b7cd1fe6746fa4bc542771f (patch)
treed3abbf14b982d8176fa2810a47116c60fcf966b7 /src/Patchage.cpp
parentb74cf92e1f101412df6071ee7c8bc5ed3fe4485e (diff)
downloadpatchage-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/Patchage.cpp')
-rw-r--r--src/Patchage.cpp2
1 files changed, 1 insertions, 1 deletions
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 <sstream>
#include "Patchage.h"
#include "PatchageEvent.h"
-#include "../config.h"
+#include "../../config/config.h"
#include <libgnomecanvasmm.h>
#include <libglademm/xml.h>
#include <fstream>