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