Make --no-libevent-install apply to event1 headers too

This commit is contained in:
Dave Hart 2011-03-03 12:57:17 -05:00 committed by Nick Mathewson
parent b5ab955531
commit ab008c7d05

View File

@ -216,9 +216,15 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
WIN32-Code/tree.h \ WIN32-Code/tree.h \
compat/sys/queue.h compat/sys/queue.h
include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h EVENT1_HDRs = event.h evhttp.h evdns.h evrpc.h evutil.h
INCLUDES = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES) if INSTALL_LIBEVENT
include_HEADERS = $(EVENT1_HDRS)
else
noinst_HEADERS += $(EVENT1_HDRS)
endif
AM_CPPFLAGS = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES)
verify: check verify: check