Merge branch 'libsndfile'
[Faustine.git] / interpretor / lib / src / libsndfile-1.0.25 / sndfile.pc.in
diff --git a/interpretor/lib/src/libsndfile-1.0.25/sndfile.pc.in b/interpretor/lib/src/libsndfile-1.0.25/sndfile.pc.in
new file mode 100644 (file)
index 0000000..28269c1
--- /dev/null
@@ -0,0 +1,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}