summaryrefslogtreecommitdiffstats
path: root/libnetfilter_log.pc.in
blob: 9dbed770963290f03f8f8212d0fe8b9bec614f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libnetfilter_log pkg-config file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libnetfilter_log
Description: Netfilter userspace packet logging library
URL: http://netfilter.org/projects/libnetfilter_log/
Version: @VERSION@
Requires.private: libnfnetlink >= @LIBNFNETLINK_MIN_VERSION@,
		  libmnl >= @LIBMNL_MIN_VERSION@
Conflicts:
Libs: -L${libdir} -lnetfilter_log
Cflags: -I${includedir}