summaryrefslogtreecommitdiffstats
path: root/src
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
commit092c9d03af043af4bad2d2402ee9c75d68dca67a (patch)
tree3003b1e7341cdef787812fb8a9efa26ca0a99cb7 /src
parent32266d48f08a2a15209afb2a873afcfdd77b4ee0 (diff)
downloadlilv-092c9d03af043af4bad2d2402ee9c75d68dca67a.tar.gz
lilv-092c9d03af043af4bad2d2402ee9c75d68dca67a.tar.bz2
lilv-092c9d03af043af4bad2d2402ee9c75d68dca67a.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/slv2@610 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index ccd0c6c..898ab5a 100644
--- a/src/world.c
+++ b/src/world.c
@@ -25,7 +25,7 @@
#include <slv2/world.h>
#include <slv2/slv2.h>
#include <slv2/util.h>
-#include "config.h"
+#include "slv2_config.h"
#include "slv2_internal.h"