2008-02-28 02:47:43 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2009-02-02 19:22:13 +00:00
|
|
|
# XXXX Don't do all this twice.
|
|
|
|
|
2009-01-23 02:04:41 +00:00
|
|
|
EXTRA_SRC = event2/buffer.h event2/buffer_compat.h \
|
2009-02-02 19:22:13 +00:00
|
|
|
event2/thread.h event2/bufferevent.h event2/bufferevent_compat.h \
|
2008-04-16 20:01:51 +00:00
|
|
|
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
2008-05-08 06:15:04 +00:00
|
|
|
event2/event_struct.h event2/tag.h event2/util.h \
|
|
|
|
event2/http.h event2/http_struct.h event2/http_compat.h
|
2008-04-16 20:01:51 +00:00
|
|
|
|
|
|
|
nobase_include_HEADERS = \
|
2009-01-24 17:38:27 +00:00
|
|
|
event2/buffer.h event2/buffer_compat.h \
|
|
|
|
event2/thread.h event2/bufferevent.h \
|
2009-02-02 19:22:13 +00:00
|
|
|
event2/bufferevent_compat.h \
|
2008-04-16 20:01:51 +00:00
|
|
|
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
2008-05-08 06:15:04 +00:00
|
|
|
event2/event_struct.h event2/tag.h event2/util.h \
|
2008-11-28 20:55:11 +00:00
|
|
|
event2/http.h event2/http_struct.h event2/http_compat.h \
|
|
|
|
event2/dns.h event2/dns_struct.h event2/dns_compat.h
|