aboutsummaryrefslogtreecommitdiff
path: root/libevent-2.0.20-stable/libevent_pthreads.pc.in
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-05-15 10:22:43 +0200
committerBjørn Mork <bjorn@mork.no>2015-05-15 10:22:43 +0200
commit9b3dbb454e8f8a463d5fe4541ee2001585527bc6 (patch)
tree565eb0531cd8d3427f4e04445972ff340afb2a41 /libevent-2.0.20-stable/libevent_pthreads.pc.in
parent73b16af8feec390afbabd9356d6e5e83c0390838 (diff)
libevent: imported from https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gzlibevent-2.0.20
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'libevent-2.0.20-stable/libevent_pthreads.pc.in')
-rw-r--r--libevent-2.0.20-stable/libevent_pthreads.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/libevent-2.0.20-stable/libevent_pthreads.pc.in b/libevent-2.0.20-stable/libevent_pthreads.pc.in
new file mode 100644
index 0000000..9bc2392
--- /dev/null
+++ b/libevent-2.0.20-stable/libevent_pthreads.pc.in
@@ -0,0 +1,16 @@
+#libevent pkg-config source file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libevent_pthreads
+Description: libevent_pthreads adds pthreads-based threading support to libevent
+Version: @VERSION@
+Requires: libevent
+Conflicts:
+Libs: -L${libdir} -levent_pthreads
+Libs.private: @LIBS@ @PTHREAD_LIBS@
+Cflags: -I${includedir} @PTHREAD_CFLAGS@
+