Move libevent 1.x headers to include/, to put all public headers in one place.

This commit is contained in:
Nick Mathewson 2012-02-13 12:19:08 -05:00
parent 2793197663
commit bbea8d6bc5
6 changed files with 6 additions and 1 deletions

View File

@ -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)