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.
|
||||
## 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
|
||||
#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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user