diff options
author | David Robillard <d@drobilla.net> | 2011-02-25 07:20:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-25 07:20:36 +0000 |
commit | c5d67bb7147079b05b897dbdb7c2012e0b8a8759 (patch) | |
tree | 806e55d213529fe067da2bfb51502e7953b6c1d8 | |
parent | 59a1948937751cc40d5ad00aaf882dd2eaae58ca (diff) | |
download | lilv-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |