aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authortheirix <theirix@gmail.com>2016-08-13 13:35:14 +0300
committertheirix <theirix@gmail.com>2016-08-13 13:35:14 +0300
commitbee9090a9264b3de3ac34583dcd3cc72727fcccf (patch)
treeee516f2bb277419a2f0b158ea2c21fcd54fb19ff /configure.ac
parentd1bf5d2bb692eb68cf4a9bf96a434f32b8041369 (diff)
Allowed to run tests by 'make check'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ee80e6812..70e3f1888 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ LIBS=$OLD_LIBS
AC_CHECK_LIB(pthread, pthread_setaffinity_np, AC_DEFINE_UNQUOTED(HAVE_PTHREAD_SETAFFINITY_NP, 1, [libc has pthread_setaffinity_np]))
-AC_CONFIG_FILES([Makefile src/lib/Makefile example/Makefile libndpi.pc])
+AC_CONFIG_FILES([Makefile src/lib/Makefile example/Makefile tests/Makefile libndpi.pc])
AC_CONFIG_HEADERS(config.h)
AC_SUBST(GIT_RELEASE)
AC_SUBST(SVN_DATE)