summaryrefslogtreecommitdiffstats
path: root/lilv.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'lilv.pc.in')
-rw-r--r--lilv.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv.pc.in b/lilv.pc.in
index fff2b5e..48511f4 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: -L${libdir} -llilv-@LILV_MAJOR_VERSION@ -ldl
+Libs: -L${libdir} -l@LIB_LILV@ -ldl
Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@