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. ## the source header filename to derive the installed header filename.
## With nobase_ the installed path is $(includedir)/event2/ev*.h. ## With nobase_ the installed path is $(includedir)/event2/ev*.h.
if INSTALL_LIBEVENT # Open MPI: comment this out, because we don't want these header files
nobase_include_HEADERS = $(EVENT2_EXPORT) # installed
nobase_nodist_include_HEADERS = ./event2/event-config.h
else #if INSTALL_LIBEVENT
noinst_HEADERS = $(EVENT2_EXPORT) #nobase_include_HEADERS = $(EVENT2_EXPORT)
nodist_noinst_HEADERS = ./event2/event-config.h #nobase_nodist_include_HEADERS = ./event2/event-config.h
endif #else
#noinst_HEADERS = $(EVENT2_EXPORT)
#nodist_noinst_HEADERS = ./event2/event-config.h
#endif