mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Move libevent 1.x headers to include/, to put all public headers in one place.
This commit is contained in:
parent
2793197663
commit
bbea8d6bc5
@ -236,7 +236,12 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
|
||||
WIN32-Code/tree.h \
|
||||
compat/sys/queue.h
|
||||
|
||||
EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h
|
||||
EVENT1_HDRS = \
|
||||
include/event.h \
|
||||
include/evhttp.h \
|
||||
include/evdns.h \
|
||||
include/evrpc.h \
|
||||
include/evutil.h
|
||||
|
||||
if INSTALL_LIBEVENT
|
||||
include_HEADERS = $(EVENT1_HDRS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user