summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libslv2.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libslv2.pc.in b/libslv2.pc.in
index 48b02d7..48e9ff8 100644
--- a/libslv2.pc.in
+++ b/libslv2.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: libslv2
Version: @VERSION@
Description: Convenience library for hosts to simplify LV2 plugin support
-Libs: -L${libdir} -lslv2
-Cflags: -I${includedir}
+Libs: @REDLAND_LIBS@ -L${libdir} -lslv2
+Cflags: @REDLAND_CFLAGS@ -I${includedir}