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, 0 insertions, 11 deletions
diff --git a/tevent/tevent.pc.in b/tevent/tevent.pc.in
deleted file mode 100644
index afd9fcc27..000000000
--- a/tevent/tevent.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-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/