From c5d67bb7147079b05b897dbdb7c2012e0b8a8759 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Feb 2011 07:20:36 +0000 Subject: Fix stand-alone compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3026 a436a847-0d15-0410-975c-d299462d15a1 --- slv2.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slv2.pc.in b/slv2.pc.in index 24b89a6..31f5e14 100644 --- a/slv2.pc.in +++ b/slv2.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: libslv2 Version: @SLV2_VERSION@ Description: Convenience library for hosts to simplify LV2 plugin support -Libs: @GLIB_LIBS@ @SORD_LIBS@ @SUIL_LIBS@ -L${libdir} -lslv2 -ldl +Libs: @GLIB_LIBS@ @SORD_LIBS@ -lsuil -L${libdir} -lslv2 -ldl Cflags: @GLIB_CFLAGS@ @SORD_CFLAGS@ -I${includedir} -- cgit v1.2.1