summaryrefslogtreecommitdiff
path: root/libevent_pthreads.pc.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-10 11:11:25 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-10 11:11:25 -0400
commitebcb1f0387efa1805a01a4a325da67ad786ca201 (patch)
treeb813a543f1b4ed21bc55dee0af6480e567b1a027 /libevent_pthreads.pc.in
parentea1ea3d6eedcaa95ab10eb29401aaa600356e028 (diff)
downloadlibevent-ebcb1f0387efa1805a01a4a325da67ad786ca201.tar.gz
Add pkgconfig files for libevent_{openssl,pthreads}
Diffstat (limited to 'libevent_pthreads.pc.in')
-rw-r--r--libevent_pthreads.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/libevent_pthreads.pc.in b/libevent_pthreads.pc.in
new file mode 100644
index 00000000..9bc2392b
--- /dev/null
+++ b/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@
+