From f93a5981436c231de688a8342d52948d59ae8ce2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 20:45:30 +0000 Subject: Support parallel installation of different major versions git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3214 a436a847-0d15-0410-975c-d299462d15a1 --- suil.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'suil.pc.in') diff --git a/suil.pc.in b/suil.pc.in index 683b340..bf64c5c 100644 --- a/suil.pc.in +++ b/suil.pc.in @@ -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@ -- cgit v1.2.1