diff options
Diffstat (limited to 'lilv.pc.in')
-rw-r--r-- | lilv.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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@ |