summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-25 07:20:36 +0000
committerDavid Robillard <d@drobilla.net>2011-02-25 07:20:36 +0000
commitc5d67bb7147079b05b897dbdb7c2012e0b8a8759 (patch)
tree806e55d213529fe067da2bfb51502e7953b6c1d8
parent59a1948937751cc40d5ad00aaf882dd2eaae58ca (diff)
downloadlilv-c5d67bb7147079b05b897dbdb7c2012e0b8a8759.tar.gz
lilv-c5d67bb7147079b05b897dbdb7c2012e0b8a8759.tar.bz2
lilv-c5d67bb7147079b05b897dbdb7c2012e0b8a8759.zip
Fix stand-alone compilation.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3026 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--slv2.pc.in2
1 files changed, 1 insertions, 1 deletions
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}