summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-24 18:42:17 +0000
committerDavid Robillard <d@drobilla.net>2006-10-24 18:42:17 +0000
commitf8e09808b7a51b474cbee66442cf7a03eed9010a (patch)
treec42d7f3db6955a44ec95d33bceb86eeddb7ca323 /configure.ac
parent4da0574bea33edfa8ed892b8a15b657e065544fa (diff)
downloadingen-f8e09808b7a51b474cbee66442cf7a03eed9010a.tar.gz
ingen-f8e09808b7a51b474cbee66442cf7a03eed9010a.tar.bz2
ingen-f8e09808b7a51b474cbee66442cf7a03eed9010a.zip
Superficial (completely non-functional!) LV2 MIDI support.
git-svn-id: http://svn.drobilla.net/lad/ingen@193 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03ba3ed3..018d9f3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_PREREQ(2.59)
AC_INIT([ingen],[0.4.0pre],[drobilla@connect.carleton.ca])
AC_CONFIG_SRCDIR([src/common/interface/EngineInterface.h])
+AC_CONFIG_SRCDIR([src/common/lv2ext/lv2-miditype.h])
AC_CONFIG_SRCDIR([src/libs/engine/JackAudioDriver.cpp])
AC_CONFIG_SRCDIR([src/libs/engine/tests/node_tree_test.cpp])
AC_CONFIG_SRCDIR([src/libs/client/OSCController.cpp])
@@ -357,6 +358,7 @@ AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([src/common/Makefile])
AC_CONFIG_FILES([src/common/interface/Makefile])
+AC_CONFIG_FILES([src/common/Makefile])
AC_CONFIG_FILES([src/libs/Makefile])
AC_CONFIG_FILES([src/libs/engine/Makefile])
AC_CONFIG_FILES([src/libs/engine/tests/Makefile])