From 092c9d03af043af4bad2d2402ee9c75d68dca67a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Jul 2007 06:48:02 +0000 Subject: 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 --- configure.ac | 2 +- hosts/lv2_jack_host.c | 2 +- src/world.c | 2 +- 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 #include #include -#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 #include #include -#include "config.h" +#include "slv2_config.h" #include "slv2_internal.h" -- cgit v1.2.1