summaryrefslogtreecommitdiffstats
path: root/polyplib-error.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'polyplib-error.pc.in')
-rw-r--r--polyplib-error.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/polyplib-error.pc.in b/polyplib-error.pc.in
new file mode 100644
index 00000000..b5289959
--- /dev/null
+++ b/polyplib-error.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: polyplib-error
+Description: Error library for the polypaudio sound daemon
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lpolyp-error
+Cflags: -D_REENTRANT -I${includedir}