mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Merge remote branch 'origin/patches-2.0'
This commit is contained in:
commit
83fb674a75
@ -28,7 +28,14 @@ EVENT2_EXPORT = \
|
||||
|
||||
EXTRA_SRC = $(EVENT2_EXPORT)
|
||||
|
||||
nobase_include_HEADERS = $(EVENT2_EXPORT)
|
||||
## Without the nobase_ prefixing, Automake would strip "event2/" from
|
||||
## 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user