1# 2# pkg-config file for libpcap. 3# 4# These variables come from the configure script, so includedir and 5# libdir may be defined in terms of prefix and exec_prefix, so the 6# latter must be defined as well. 7# 8prefix="@prefix@" 9exec_prefix="@exec_prefix@" 10includedir="@includedir@" 11libdir="@libdir@" 12 13Name: libpcap 14Description: Platform-independent network traffic capture library 15Version: @PACKAGE_VERSION@ 16Libs: -L${libdir} -l@PACKAGE_NAME@ 17Libs.private: @LIBS@ 18Cflags: -I${includedir} 19