mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
We were distributing the wrong event-config.h with our source distributions. Fix that.
svn:r1289
This commit is contained in:
parent
27fef1ef26
commit
85b0a7a23f
@ -58,6 +58,7 @@ EXTRA_DIST = \
|
||||
evthread_pthread.c \
|
||||
whatsnew-2.0.txt \
|
||||
bufferevent_async.c \
|
||||
WIN32-Code/event-config.h \
|
||||
WIN32-Code/config.h \
|
||||
WIN32-Code/win32.c \
|
||||
WIN32-Code/tree.h \
|
||||
@ -137,7 +138,9 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
|
||||
evthread-internal.h ht-internal.h defer-internal.h \
|
||||
minheap-internal.h log-internal.h evsignal-internal.h evmap-internal.h
|
||||
|
||||
include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h event-config.h
|
||||
include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h
|
||||
|
||||
nodist_include_HEADERS = event-config.h
|
||||
|
||||
INCLUDES = -I$(srcdir)/compat -I$(srcdir)/include $(SYS_INCLUDES)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user