diff options
author | Guido Falsi <mad@madpilot.net> | 2018-08-25 23:35:42 +0200 |
---|---|---|
committer | Guido Falsi <mad@madpilot.net> | 2018-08-25 23:42:20 +0200 |
commit | 405e2f8dd01cfde121f4af2d95b0e7bc94d3e052 (patch) | |
tree | cbdcf7ce61bb4e4f6cd08691675e64992163373b /Makefile.am | |
parent | a98c0a81be86936e96be7d2312ae11ef85b785b2 (diff) |
Add back pkgconfig file. It is required by ntopng to find the installed shared library.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0642aec9d..37f084916 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src/lib example tests + +pkgconfigdir = $(prefix)/libdata/pkgconfig +pkgconfig_DATA = libndpi.pc + EXTRA_DIST = autogen.sh |