A bit better integration of vst sdk files
[ardour.git] / libs / libsndfile / sndfile.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: sndfile
7 Description: A library for reading and writing audio files
8 Requires: 
9 Version: @VERSION@
10 Libs: -L${libdir} -lsndfile
11 Cflags: -I${includedir}