mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
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:
parent
4b8f02f147
commit
b5a1f9f74b
@ -216,7 +216,7 @@ 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
|
||||||
|
|
||||||
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
|
if INSTALL_LIBEVENT
|
||||||
include_HEADERS = $(EVENT1_HDRS)
|
include_HEADERS = $(EVENT1_HDRS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user