mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
ea4b8724c0
svn:r1095
19 lines
768 B
Makefile
19 lines
768 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
# XXXX Don't do all this twice.
|
|
|
|
EXTRA_SRC = event2/buffer.h event2/buffer_compat.h \
|
|
event2/thread.h event2/bufferevent.h event2/bufferevent_compat.h \
|
|
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
|
event2/event_struct.h event2/tag.h event2/util.h \
|
|
event2/http.h event2/http_struct.h event2/http_compat.h
|
|
|
|
nobase_include_HEADERS = \
|
|
event2/buffer.h event2/buffer_compat.h \
|
|
event2/thread.h event2/bufferevent.h \
|
|
event2/bufferevent_compat.h \
|
|
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
|
event2/event_struct.h event2/tag.h event2/util.h \
|
|
event2/http.h event2/http_struct.h event2/http_compat.h \
|
|
event2/dns.h event2/dns_struct.h event2/dns_compat.h
|