diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2015-02-12 21:36:37 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2015-02-12 21:36:37 +0100 |
commit | 820f477ca00a01354b4a832b5e213df2b74baaa8 (patch) | |
tree | dd639bb9d88112da2058d1ed8ce67b7640b638c0 | |
parent | b41f42da60cdd5b4b6b376a49f18e8ebfc9bda0f (diff) |
Always generate test/Makefile.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1e8b1ea..4b2e4db 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,6 @@ AC_ARG_WITH([test], AS_IF([test x$with_test == xyes], [AC_MSG_WARN([*** Building unittests!]) AM_PATH_CPPUNIT(1.9.6) - AC_CONFIG_FILES(test/Makefile)] ) dnl ====================== @@ -542,6 +541,7 @@ AC_CONFIG_FILES( plugingui/Makefile include/Makefile man/Makefile + test/Makefile drumgizmo/Makefile drumgizmo/input/Makefile drumgizmo/input/dummy/Makefile |