diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-08-24 18:12:49 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-08-24 18:12:49 +0200 |
commit | 363ab2259ce5b1e52a11a325d14a4d5ee1222249 (patch) | |
tree | 905492311a9056e18a3a5263e39630366858c384 /libndpi.pc.in | |
parent | b94e13da435af8bb0049eb09f71a1dba57ce9f46 (diff) |
Fixed broken pkg-config file which did not care about gcrypt/pcre.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'libndpi.pc.in')
-rw-r--r-- | libndpi.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libndpi.pc.in b/libndpi.pc.in index 5e1cde70b..b67b2d700 100644 --- a/libndpi.pc.in +++ b/libndpi.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: libndpi Description: deep packet inspection library Version: @VERSION@ -Libs: -L${libdir} -lndpi +Libs: -L${libdir} -lndpi @ADDITIONAL_LIBS@ Cflags: -I${includedir}/ndpi |