mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
74bf57a63e
10
Makefile.am
10
Makefile.am
@ -206,9 +206,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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user