mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 15:56:15 -04:00
oops; do not forget to distribute listener.h
svn:r1273
This commit is contained in:
parent
659d54d530
commit
6b21fe2be8
@ -6,7 +6,8 @@ EXTRA_SRC = event2/buffer.h event2/buffer_compat.h \
|
|||||||
event2/thread.h event2/bufferevent.h event2/bufferevent_compat.h \
|
event2/thread.h event2/bufferevent.h event2/bufferevent_compat.h \
|
||||||
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
event2/bufferevent_struct.h event2/event.h event2/event_compat.h \
|
||||||
event2/event_struct.h event2/tag.h event2/util.h \
|
event2/event_struct.h event2/tag.h event2/util.h \
|
||||||
event2/http.h event2/http_struct.h event2/http_compat.h
|
event2/http.h event2/http_struct.h event2/http_compat.h \
|
||||||
|
event2/listener.h
|
||||||
|
|
||||||
nobase_include_HEADERS = \
|
nobase_include_HEADERS = \
|
||||||
event2/buffer.h event2/buffer_compat.h \
|
event2/buffer.h event2/buffer_compat.h \
|
||||||
@ -16,4 +17,5 @@ nobase_include_HEADERS = \
|
|||||||
event2/event_struct.h event2/tag.h event2/util.h \
|
event2/event_struct.h event2/tag.h event2/util.h \
|
||||||
event2/http.h event2/http_struct.h event2/http_compat.h \
|
event2/http.h event2/http_struct.h event2/http_compat.h \
|
||||||
event2/rpc.h event2/rpc_struct.h event2/rpc_compat.h \
|
event2/rpc.h event2/rpc_struct.h event2/rpc_compat.h \
|
||||||
event2/dns.h event2/dns_struct.h event2/dns_compat.h
|
event2/dns.h event2/dns_struct.h event2/dns_compat.h \
|
||||||
|
event2/listener.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user