diff options
Diffstat (limited to 'libpcap.pc.in')
-rw-r--r-- | libpcap.pc.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libpcap.pc.in b/libpcap.pc.in new file mode 100644 index 0000000..d74cbc5 --- /dev/null +++ b/libpcap.pc.in @@ -0,0 +1,18 @@ +# +# pkg-config file for libpcap. +# +# These variables come from the configure script, so includedir and +# libdir may be defined in terms of prefix and exec_prefix, so the +# latter must be defined as well. +# +prefix="@prefix@" +exec_prefix="@exec_prefix@" +includedir="@includedir@" +libdir="@libdir@" + +Name: libpcap +Description: Platform-independent network traffic capture library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -l@PACKAGE_NAME@ +Libs.private: @LIBS@ +Cflags: -I${includedir} |