diff options
Diffstat (limited to 'suil.pc.in')
-rw-r--r-- | suil.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ includedir=@includedir@ Name: Suil Version: @SUIL_VERSION@ Description: LV2 plugin UI hosting library -Libs: -L${libdir} -lsuil-@SUIL_MAJOR_VERSION@ +Libs: -L${libdir} -l@LIB_SUIL@ Cflags: -I${includedir}/suil-@SUIL_MAJOR_VERSION@ |