1335640Shselasky#
2335640Shselasky# pkg-config file for libpcap.
3335640Shselasky#
4335640Shselasky# These variables come from the configure script, so includedir and
5335640Shselasky# libdir may be defined in terms of prefix and exec_prefix, so the
6335640Shselasky# latter must be defined as well.
7335640Shselasky#
8335640Shselaskyprefix="@prefix@"
9335640Shselaskyexec_prefix="@exec_prefix@"
10335640Shselaskyincludedir="@includedir@"
11335640Shselaskylibdir="@libdir@"
12335640Shselasky
13335640ShselaskyName: libpcap
14335640ShselaskyDescription: Platform-independent network traffic capture library
15335640ShselaskyVersion: @PACKAGE_VERSION@
16335640ShselaskyLibs: -L${libdir} -l@PACKAGE_NAME@
17335640ShselaskyLibs.private: @LIBS@
18335640ShselaskyCflags: -I${includedir}
19