mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 14:26:30 -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 \
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user