summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--configure.ac2
-rw-r--r--hosts/lv2_jack_host.c2
-rw-r--r--src/world.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 016f3aa..91117ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/plugin.c])
AC_CONFIG_SRCDIR([slv2/plugin.h])
AC_CONFIG_SRCDIR([utils/lv2_list.c])
-AC_CONFIG_HEADER([config/config.h])
+AC_CONFIG_HEADER([config/slv2_config.h])
AM_INIT_AUTOMAKE
SLV2_SO_VERSION=${SLV2_API_CURRENT}:${SLV2_API_REVISION}:${SLV2_API_AGE}
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index 96d3e08..c7992cb 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -22,7 +22,7 @@
#include <slv2/slv2.h>
#include <jack/jack.h>
#include <jack/midiport.h>
-#include "../config/config.h"
+#include "../config/slv2_config.h"
#include "lv2-miditype.h"
#include "lv2-midifunctions.h"
#include "jack_compat.h"
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"