Ensure we don't install the libevent internal headers
Этот коммит содержится в:
родитель
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
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user