Keep libevent headers from being installed in the wrong place. The top level
Makefile.am gets them installed in the right place already This commit was SVN r27903.
Этот коммит содержится в:
родитель
0e799a93c3
Коммит
cdf0325589
@ -38,10 +38,10 @@ 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
|
#if INSTALL_LIBEVENT
|
||||||
nobase_include_HEADERS = $(EVENT2_EXPORT)
|
#nobase_include_HEADERS = $(EVENT2_EXPORT)
|
||||||
nobase_nodist_include_HEADERS = ./event2/event-config.h
|
#nobase_nodist_include_HEADERS = ./event2/event-config.h
|
||||||
else
|
#else
|
||||||
noinst_HEADERS = $(EVENT2_EXPORT)
|
#noinst_HEADERS = $(EVENT2_EXPORT)
|
||||||
nodist_noinst_HEADERS = ./event2/event-config.h
|
#nodist_noinst_HEADERS = ./event2/event-config.h
|
||||||
endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user