diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2018-08-30 11:29:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-30 11:29:12 +0200 |
commit | 0c3989b40f48fda7d3e0e92c97a16c2d2cf1889a (patch) | |
tree | 4ebb0d3fe8a9e010e345f7bca347006fc69b1c9f /configure.seed | |
parent | 4a2525241f4c395811f21c540934c55be8b75539 (diff) | |
parent | d31a29bf6a0c8efa11203badff3afe9f3b19ce08 (diff) |
Merge pull request #596 from madpilot78/Add_back_pkgconfig_file
Add back pkgconfig file. It is required by ntopng to find the install…
Diffstat (limited to 'configure.seed')
-rw-r--r-- | configure.seed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.seed b/configure.seed index bce16c7c4..3863cda51 100644 --- a/configure.seed +++ b/configure.seed @@ -133,7 +133,7 @@ AC_ARG_ENABLE([debug-messages], AC_CHECK_LIB(pthread, pthread_setaffinity_np, AC_DEFINE_UNQUOTED(HAVE_PTHREAD_SETAFFINITY_NP, 1, [libc has pthread_setaffinity_np])) -AC_CONFIG_FILES([Makefile example/Makefile tests/Makefile src/include/ndpi_define.h src/lib/Makefile]) +AC_CONFIG_FILES([Makefile example/Makefile tests/Makefile libndpi.pc src/include/ndpi_define.h src/lib/Makefile]) AC_CONFIG_HEADERS(src/include/ndpi_config.h) AC_SUBST(GIT_RELEASE) AC_SUBST(NDPI_MAJOR) |