From bee9090a9264b3de3ac34583dcd3cc72727fcccf Mon Sep 17 00:00:00 2001 From: theirix Date: Sat, 13 Aug 2016 13:35:14 +0300 Subject: Allowed to run tests by 'make check' --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3