summaryrefslogtreecommitdiffstats
path: root/slv2.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'slv2.pc.in')
-rw-r--r--slv2.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/slv2.pc.in b/slv2.pc.in
new file mode 100644
index 0000000..5d30a70
--- /dev/null
+++ b/slv2.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libslv2
+Version: @SLV2_VERSION@
+Description: Convenience library for hosts to simplify LV2 plugin support
+Libs: @REDLAND_LIBS@ -L${libdir} -lslv2
+Cflags: @REDLAND_CFLAGS@ -I${includedir}