diff options
author | David Robillard <d@drobilla.net> | 2006-10-08 05:08:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-10-08 05:08:55 +0000 |
commit | e70d7b5ae641d8d9619e888e6f2501eea964b37f (patch) | |
tree | 88ded34008312b897d695b8c856bf1f6dc5dea65 /configure.ac | |
parent | 5c4f066a30d70b0e3d153f4998874996317a5167 (diff) | |
download | lilv-e70d7b5ae641d8d9619e888e6f2501eea964b37f.tar.gz lilv-e70d7b5ae641d8d9619e888e6f2501eea964b37f.tar.bz2 lilv-e70d7b5ae641d8d9619e888e6f2501eea964b37f.zip |
Moved slv2 directory for consistency
git-svn-id: http://svn.drobilla.net/lad/slv2@165 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5e2c3fa..f26f338 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,6 @@ AC_PREREQ(2.59) AC_INIT([libslv2],[0.0.1],[drobilla@connect.carleton.ca]) AC_CONFIG_SRCDIR([src/plugin.c]) AC_CONFIG_SRCDIR([slv2/plugin.h]) -AC_CONFIG_SRCDIR([include/lv2.h]) AC_CONFIG_SRCDIR([examples/plugins/Amp-swh.lv2/amp.c]) AC_CONFIG_SRCDIR([examples/hosts/test_host.c]) AC_CONFIG_HEADER([config.h]) @@ -75,10 +74,10 @@ AM_CONDITIONAL(WITH_JACK, [test "$build_jack" = "yes"]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([src/Makefile]) AC_CONFIG_FILES([slv2/Makefile]) -AC_CONFIG_FILES([include/Makefile]) AC_CONFIG_FILES([examples/Makefile]) AC_CONFIG_FILES([examples/plugins/Makefile]) AC_CONFIG_FILES([examples/hosts/Makefile]) +AC_CONFIG_FILES([data/Makefile]) AC_CONFIG_FILES([libslv2.pc]) AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([doc/reference.doxygen]) |