1
1

Ensure we don't install the libevent internal headers

Этот коммит содержится в:
Ralph Castain 2015-03-11 07:35:20 -07:00
родитель 395635f017
Коммит 2de5cd6e5f

Просмотреть файл

@ -38,10 +38,13 @@ EXTRA_SRC = $(EVENT2_EXPORT)
## the source header filename to derive the installed header filename.
## With nobase_ the installed path is $(includedir)/event2/ev*.h.
if INSTALL_LIBEVENT
nobase_include_HEADERS = $(EVENT2_EXPORT)
nobase_nodist_include_HEADERS = ./event2/event-config.h
else
noinst_HEADERS = $(EVENT2_EXPORT)
nodist_noinst_HEADERS = ./event2/event-config.h
endif
# Open MPI: comment this out, because we don't want these header files
# installed
#if INSTALL_LIBEVENT
#nobase_include_HEADERS = $(EVENT2_EXPORT)
#nobase_nodist_include_HEADERS = ./event2/event-config.h
#else
#noinst_HEADERS = $(EVENT2_EXPORT)
#nodist_noinst_HEADERS = ./event2/event-config.h
#endif