diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-01-25 13:34:01 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-09 09:03:17 +0100 |
commit | 3ed1827c2a38dc0dd32771575a6278e809719186 (patch) | |
tree | 941f457a51908b6b5213489bc4b55199c19cd0f1 /configure.ac | |
parent | 10b337a6057695b5e628de832e505e124b53e0a6 (diff) |
Updated configure script
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 840f4ec..1da44b7 100644 --- a/configure.ac +++ b/configure.ac @@ -575,17 +575,6 @@ AC_CONFIG_FILES( plugingui/Makefile include/Makefile man/Makefile - test/Makefile - drumgizmo/Makefile - drumgizmo/input/Makefile - drumgizmo/input/dummy/Makefile - drumgizmo/input/test/Makefile - drumgizmo/input/jackmidi/Makefile - drumgizmo/input/midifile/Makefile - drumgizmo/output/Makefile - drumgizmo/output/dummy/Makefile - drumgizmo/output/alsa/Makefile - drumgizmo/output/jackaudio/Makefile - drumgizmo/output/wavfile/Makefile) + test/Makefile) AC_OUTPUT() |