summaryrefslogtreecommitdiffstats
path: root/tevent/tevent.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'tevent/tevent.pc.in')
-rw-r--r--tevent/tevent.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/tevent/tevent.pc.in b/tevent/tevent.pc.in
new file mode 100644
index 000000000..afd9fcc27
--- /dev/null
+++ b/tevent/tevent.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: events
+Description: An event system library
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -ltevent
+Cflags: -I${includedir}
+URL: http://samba.org/