summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.pc.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-16 19:57:09 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-17 13:31:29 +0100
commit46eda790905e0ca70d9ecd2822578dbfde456e63 (patch)
tree142d4b85c91416c02b107ed41ec3232697b4c06e /lib/tevent/tevent.pc.in
parent504f8816e3058b9358a18ef42e442753fe2657ba (diff)
downloadsamba-46eda790905e0ca70d9ecd2822578dbfde456e63.tar.gz
samba-46eda790905e0ca70d9ecd2822578dbfde456e63.tar.bz2
samba-46eda790905e0ca70d9ecd2822578dbfde456e63.zip
s4:lib/tevent: add lib/events/ compat and let things compile
metze
Diffstat (limited to 'lib/tevent/tevent.pc.in')
-rw-r--r--lib/tevent/tevent.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.pc.in b/lib/tevent/tevent.pc.in
index 4a4c012d73..afd9fcc279 100644
--- a/lib/tevent/tevent.pc.in
+++ b/lib/tevent/tevent.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: events
Description: An event system library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -levents
+Libs: -L${libdir} -ltevent
Cflags: -I${includedir}
URL: http://samba.org/