Home | History | Annotate | Download | only in libpcap
      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 #
      8 prefix="@prefix@"
      9 exec_prefix="@exec_prefix@"
     10 includedir="@includedir@"
     11 libdir="@libdir@"
     12 
     13 Name: libpcap
     14 Description: Platform-independent network traffic capture library
     15 Version: @PACKAGE_VERSION@
     16 Libs: -L${libdir} -l@PACKAGE_NAME@
     17 Libs.private: @LIBS@
     18 Cflags: -I${includedir}
     19