
This commit was SVN r25454. The following SVN revision numbers were found above: r25450 --> open-mpi/ompi@7f7d5c4f1f r25453 --> open-mpi/ompi@c9fe8c32e2
38 строки
863 B
Makefile
38 строки
863 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
EVENT2_EXPORT = \
|
|
event2/buffer.h \
|
|
event2/buffer_compat.h \
|
|
event2/bufferevent.h \
|
|
event2/bufferevent_compat.h \
|
|
event2/bufferevent_ssl.h \
|
|
event2/bufferevent_struct.h \
|
|
event2/dns.h \
|
|
event2/dns_compat.h \
|
|
event2/dns_struct.h \
|
|
event2/event.h \
|
|
event2/event_compat.h \
|
|
event2/event_struct.h \
|
|
event2/http.h \
|
|
event2/http_compat.h \
|
|
event2/http_struct.h \
|
|
event2/keyvalq_struct.h \
|
|
event2/listener.h \
|
|
event2/rpc.h \
|
|
event2/rpc_compat.h \
|
|
event2/rpc_struct.h \
|
|
event2/tag.h \
|
|
event2/tag_compat.h \
|
|
event2/thread.h \
|
|
event2/util.h
|
|
|
|
EXTRA_SRC = $(EVENT2_EXPORT)
|
|
|
|
# Open MPI: do not install these headers (installation of the required
|
|
# headers is handled in opal/event/Makefile.am because we only install
|
|
# them conditionally).
|
|
noinst_HEADERS = $(EVENT2_EXPORT)
|
|
|
|
nodist_noinst_HEADERS = ./event2/event-config.h
|
|
|