summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-30 18:20:03 +0000
committerDavid Robillard <d@drobilla.net>2007-07-30 18:20:03 +0000
commit494ae3b6f629c251170163d89d803bceb2bc91e0 (patch)
treef5c01570c4c5857c2b1067ff3c7904104e6180c8 /configure.ac
parentadd7dd9f6b1bc17519d7c64282a7f2295735951c (diff)
downloadlilv-494ae3b6f629c251170163d89d803bceb2bc91e0.tar.gz
lilv-494ae3b6f629c251170163d89d803bceb2bc91e0.tar.bz2
lilv-494ae3b6f629c251170163d89d803bceb2bc91e0.zip
Fix SLV2 config.h path stuff.
git-svn-id: http://svn.drobilla.net/lad/slv2@656 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 56700e1..1e4eb24 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/slv2_config.h])
+AC_CONFIG_HEADER([config/config.h])
AM_INIT_AUTOMAKE
SLV2_SO_VERSION=${SLV2_API_CURRENT}:${SLV2_API_REVISION}:${SLV2_API_AGE}