summaryrefslogtreecommitdiff
path: root/sndfile.pc.in
blob: 28269c19eb6b87ff285a173e3b5aa34a2297265e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: sndfile
Description: A library for reading and writing audio files
Requires: 
Version: @VERSION@
Libs: -L${libdir} -lsndfile
Libs.private: @EXTERNAL_LIBS@
Cflags: -I${includedir}