libpcap.pc.in 484 B

123456789101112131415161718
  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. Name: libpcap
  13. Description: Platform-independent network traffic capture library
  14. Version: @PACKAGE_VERSION@
  15. Libs: -L${libdir} -l@PACKAGE_NAME@
  16. Libs.private: @LIBS@
  17. Cflags: -I${includedir}