Fix make distcheck & installation of libevent 1 headers

libevent/Makefile.am corrects a typo (thanks to Harlan for spotting it
once we realized make distcheck was broken when building the libevent
tearoff).  The result was the include/ev*.h were not distributed nor
installed whether or not --disable-libevent-install was used.  This
was introduced with the final round (3/3) of
--disable-libevent-install patch from me.
This commit is contained in:
Dave Hart 2011-03-23 16:22:24 -04:00 committed by Nick Mathewson
parent 4b8f02f147
commit b5a1f9f74b

View File

@ -216,7 +216,7 @@ 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 = event.h evhttp.h evdns.h evrpc.h evutil.h
if INSTALL_LIBEVENT
include_HEADERS = $(EVENT1_HDRS)