From 5ba315c303f1b918aecaf290de2428eb0a1116ba Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Thu, 17 Oct 2019 19:20:32 +0900 Subject: Imported Upstream version 1.9.1 Change-Id: I8ccc371679c730299ebe8068ed5af0ae033c4f7d Signed-off-by: Cheoleun Moon --- libpcap.pc.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libpcap.pc.in (limited to 'libpcap.pc.in') 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} -- cgit v1.2.3