mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 06:16:10 -04:00
Make --no-libevent-install apply to event1 headers too
This commit is contained in:
parent
b5ab955531
commit
ab008c7d05
10
Makefile.am
10
Makefile.am
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user