From ee04d3ddaf6ad278000cad7acd413f76b6bfc535 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Oct 2014 04:01:01 +0000 Subject: Remove hard-coded -ldl from pkgconfig file. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5474 a436a847-0d15-0410-975c-d299462d15a1 --- lilv.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilv.pc.in b/lilv.pc.in index b6d745f..1f3b57d 100644 --- a/lilv.pc.in +++ b/lilv.pc.in @@ -7,5 +7,5 @@ Name: Lilv Version: @LILV_VERSION@ Description: Simple C library for hosting LV2 plugins Requires: lv2 @PKG_serd_0@ @PKG_sord_0@ @PKG_sratom_0@ -Libs: -L${libdir} -l@LIB_LILV@ @LILV_PKG_LIBS@ -ldl +Libs: -L${libdir} -l@LIB_LILV@ @LILV_PKG_LIBS@ Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@ -- cgit v1.2.1