aboutsummaryrefslogtreecommitdiff
path: root/configure.seed
diff options
context:
space:
mode:
authorZied Aouini <aouinizied@gmail.com>2020-11-16 21:17:16 +0100
committerGitHub <noreply@github.com>2020-11-16 21:17:16 +0100
commit3d8fd42307fba1f4dd7272efa14d024c15c008e0 (patch)
tree2a718e9346537468a229a222a9656df06fb70b47 /configure.seed
parent76bb83085b6f20e280da9e63cf5e867669ddb007 (diff)
Implement DGA detection performances tracking workflow. (#1064)
* Implement dga evaluation helper. * Add test set for DGA classification. * Add DGA classification performances tracking as part of Travis. * Add DGA evaluation doc. * Fix CI on OSX. * Add missing backquote.
Diffstat (limited to 'configure.seed')
-rw-r--r--configure.seed4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.seed b/configure.seed
index 62053db25..ad29dd778 100644
--- a/configure.seed
+++ b/configure.seed
@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_PREFIX_DEFAULT(/usr)
-EXTRA_TARGETS="example tests tests/unit"
+EXTRA_TARGETS="example tests tests/unit tests/dga"
AC_ARG_WITH(only-libndpi, AS_HELP_STRING([--with-only-libndpi], [Build only libndpi (no examples, tests etc)]))
AS_IF([test "${with_only_libndpi+set}" = set],[
EXTRA_TARGETS=""
@@ -201,7 +201,7 @@ if test "${with_pcre+set}" = set; then :
fi
-AC_CONFIG_FILES([Makefile example/Makefile example/Makefile.dpdk tests/Makefile tests/unit/Makefile libndpi.pc src/include/ndpi_define.h src/lib/Makefile python/Makefile fuzz/Makefile src/include/ndpi_api.h])
+AC_CONFIG_FILES([Makefile example/Makefile example/Makefile.dpdk tests/Makefile tests/unit/Makefile tests/dga/Makefile libndpi.pc src/include/ndpi_define.h src/lib/Makefile python/Makefile fuzz/Makefile src/include/ndpi_api.h])
AC_CONFIG_HEADERS(src/include/ndpi_config.h)
AC_SUBST(GIT_RELEASE)
AC_SUBST(NDPI_MAJOR)