mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
0ac73078ed
Split event.h into several new headers in include/event2. event.h is now just a wrapper that includes all the subheaders. svn:r711
11 lines
450 B
Makefile
11 lines
450 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
EXTRA_SRC = event2/buffer.h event2/thread.h event2/bufferevent.h \
|
|
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
|
event2/event_struct.h event2/tag.h event2/util.h
|
|
|
|
nobase_include_HEADERS = \
|
|
event2/buffer.h event2/thread.h event2/bufferevent.h \
|
|
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
|
event2/event_struct.h event2/tag.h event2/util.h
|