From b5a1f9f74bd4ffa342e388897de895611d6ea9ca Mon Sep 17 00:00:00 2001 From: Dave Hart Date: Wed, 23 Mar 2011 16:22:24 -0400 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 507d0125..795d5b74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)