summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/tevent.pc.in')
-rw-r--r--lib/tevent/tevent.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent.pc.in b/lib/tevent/tevent.pc.in
index 1091ff00f1..eb0e564f72 100644
--- a/lib/tevent/tevent.pc.in
+++ b/lib/tevent/tevent.pc.in
@@ -7,6 +7,6 @@ Name: tevent
Description: An event system library
Version: @PACKAGE_VERSION@
Requires: talloc
-Libs: -L${libdir} -ltevent
-Cflags: @LIB_RPATH@ -I${includedir}
+Libs: @LIB_RPATH@ -L${libdir} -ltevent
+Cflags: -I${includedir}
URL: http://samba.org/