summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lilv.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lilv.pc.in b/lilv.pc.in
index 4f40b57..fff2b5e 100644
--- a/lilv.pc.in
+++ b/lilv.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Lilv
Version: @LILV_VERSION@
Description: Simple C library for hosting LV2 plugins
-Libs: @GLIB_LIBS@ @SORD_LIBS@ -L${libdir} -llilv-@LILV_MAJOR_VERSION@ -ldl
-Cflags: @GLIB_CFLAGS@ @SORD_CFLAGS@ -I${includedir}/lilv-@LILV_MAJOR_VERSION@
+Libs: -L${libdir} -llilv-@LILV_MAJOR_VERSION@ -ldl
+Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@