diff options
Diffstat (limited to 'protocols/Telegram/libevent/libevent_pthreads.pc.in')
-rw-r--r-- | protocols/Telegram/libevent/libevent_pthreads.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/protocols/Telegram/libevent/libevent_pthreads.pc.in b/protocols/Telegram/libevent/libevent_pthreads.pc.in new file mode 100644 index 0000000000..9bc2392b34 --- /dev/null +++ b/protocols/Telegram/libevent/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@ + |