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.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/tevent/tevent.pc.in b/lib/tevent/tevent.pc.in
new file mode 100644
index 0000000..eb0e564
--- /dev/null
+++ b/lib/tevent/tevent.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: tevent
+Description: An event system library
+Version: @PACKAGE_VERSION@
+Requires: talloc
+Libs: @LIB_RPATH@ -L${libdir} -ltevent
+Cflags: -I${includedir}
+URL: http://samba.org/