diff options
author | Luca Deri <deri@ntop.org> | 2021-12-03 21:10:43 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-12-03 21:10:43 +0100 |
commit | 8c4ae7527b3c5d9543f01ae483c990fbab0c56c5 (patch) | |
tree | d829e7d3dad5e299a50e89d07adee0faca5757c0 /configure.ac | |
parent | 1b077ba65fb7094eef6d18448b176da50035d91e (diff) |
Updated rrdtool makefile
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 1acb6c805..f4436d90b 100644 --- a/configure.ac +++ b/configure.ac @@ -261,7 +261,7 @@ if test "${with_maxminddb+set}" = set; then : fi fi -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_FILES([Makefile example/Makefile example/Makefile.dpdk tests/Makefile tests/unit/Makefile tests/dga/Makefile rrdtool/Makefile libndpi.pc src/include/ndpi_define.h src/lib/Makefile python/Makefile fuzz/Makefile src/include/ndpi_api.h]) AC_CONFIG_FILES([tests/do.sh], [chmod +x tests/do.sh]) AC_CONFIG_HEADERS(src/include/ndpi_config.h) AC_SUBST(GIT_RELEASE) |