summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-22 12:28:31 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-22 12:28:31 +0100
commit4ff913084d5bc9fd14f056b8becff82650e242e5 (patch)
tree013a06f4e09d58a3ba9b2b5e2c118e74154fc382 /lib
parent5732094b6ec2e2fa2efb98cc27ff288220861a39 (diff)
downloadlibumberlog-4ff913084d5bc9fd14f056b8becff82650e242e5.tar.gz
libumberlog-4ff913084d5bc9fd14f056b8becff82650e242e5.tar.xz
libumberlog-4ff913084d5bc9fd14f056b8becff82650e242e5.zip
libcee-syslog.pc: Don't add -ldl to Libs.
libcee-syslog is linked against -ldl, no need to add it to the pkg-config .pc file's Libs: too. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/libcee-syslog.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcee-syslog.pc.in b/lib/libcee-syslog.pc.in
index 7b2d896..21a09ec 100644
--- a/lib/libcee-syslog.pc.in
+++ b/lib/libcee-syslog.pc.in
@@ -7,4 +7,4 @@ Name: libcee-syslog
Version: @VERSION@
Description: CEE-enhanced syslog() API
URL: https://github.com/algernon/libcee-syslog
-Libs: -L${libdir} -lcee-syslog -ldl
+Libs: -L${libdir} -lcee-syslog