summaryrefslogtreecommitdiffstats
path: root/slv2.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-11 20:13:32 +0000
committerDavid Robillard <d@drobilla.net>2011-02-11 20:13:32 +0000
commit81d2d2f3abcec251d910358bb2751d5e1ee12985 (patch)
tree6604cf4a8bedbdb406eec471b2d37a78ba7080a4 /slv2.pc.in
parentc5a9a86a6b4b623eab004bec7500a39d39a43bcd (diff)
downloadlilv-81d2d2f3abcec251d910358bb2751d5e1ee12985.tar.gz
lilv-81d2d2f3abcec251d910358bb2751d5e1ee12985.tar.bz2
lilv-81d2d2f3abcec251d910358bb2751d5e1ee12985.zip
Fix dynamic manifest support.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2921 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2.pc.in')
-rw-r--r--slv2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2.pc.in b/slv2.pc.in
index aa20727..87f807d 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@ -L${libdir} -lslv2
+Libs: @GLIB_LIBS@ @SORD_LIBS@ -L${libdir} -lslv2 -ldl
Cflags: @GLIB_CFLAGS@ @SORD_CFLAGS@ -I${includedir}