diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-23 10:00:42 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-23 10:00:42 +0200 |
commit | 28934c6bc1a55b993f54b5ff7e3c809767f694d2 (patch) | |
tree | 27ffe36abc76d1ee1ee5bbad4fd257d1cf7a9265 /configure.ac | |
parent | b2daadf6fe64715705617e6a9b11163359b7d927 (diff) |
Fix dist target.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d437b0f..c2c17ef 100644 --- a/configure.ac +++ b/configure.ac @@ -701,11 +701,11 @@ AC_CONFIG_FILES( plugin/Makefile plugin/vst/Makefile plugingui/Makefile - plugingui/tests/Makefile include/Makefile man/Makefile test/Makefile test/dgreftest/Makefile + test/uitests/Makefile drumgizmo/Makefile) AC_OUTPUT() |