Add missing files
This commit was SVN r25162.
Этот коммит содержится в:
родитель
7cd8f21b7f
Коммит
45396d8f9c
16
opal/mca/event/libevent2013/libevent/libevent.pc.in
Обычный файл
16
opal/mca/event/libevent2013/libevent/libevent.pc.in
Обычный файл
@ -0,0 +1,16 @@
|
||||
#libevent pkg-config source file
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libevent
|
||||
Description: libevent is an asynchronous notification event loop library
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -levent
|
||||
Libs.private: @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
16
opal/mca/event/libevent2013/libevent/libevent_openssl.pc.in
Обычный файл
16
opal/mca/event/libevent2013/libevent/libevent_openssl.pc.in
Обычный файл
@ -0,0 +1,16 @@
|
||||
#libevent pkg-config source file
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libevent_openssl
|
||||
Description: libevent_openssl adds openssl-based TLS support to libevent
|
||||
Version: @VERSION@
|
||||
Requires: libevent
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -levent_openssl
|
||||
Libs.private: @LIBS@ -lssl -lcrypto
|
||||
Cflags: -I${includedir}
|
||||
|
16
opal/mca/event/libevent2013/libevent/libevent_pthreads.pc.in
Обычный файл
16
opal/mca/event/libevent2013/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@
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user