diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | hosts/lv2_jack_host.c | 2 | ||||
-rw-r--r-- | 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 <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" |