sndfile.pc.in 269 B

123456789101112
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: sndfile
  6. Description: A library for reading and writing audio files
  7. Requires:
  8. Version: @VERSION@
  9. Libs: -L${libdir} -lsndfile
  10. Libs.private: @EXTERNAL_LIBS@
  11. Cflags: -I${includedir}