1
1

do not compile unused libevent code

This commit was SVN r26657.
Этот коммит содержится в:
Nathan Hjelm 2012-06-25 22:24:51 +00:00
родитель 0103f82918
Коммит 780a25945c

Просмотреть файл

@ -175,11 +175,10 @@ endif
# mv -f $@T $@ # mv -f $@T $@
# Open MPI: -- eliminate extra libevent libraries. We compile # Open MPI: -- eliminate extra libevent libraries. We compile
# everything that is enabled into the core. # everything that is enabled into the core. Do not include any
CORE_SRC = event.c evthread.c buffer.c \ # code not currently in use (buffer, tagging, and listener code).
bufferevent.c bufferevent_sock.c bufferevent_filter.c \ CORE_SRC = event.c evthread.c evmap.c log.c evutil.c evutil_rand.c \
bufferevent_pair.c listener.c bufferevent_ratelim.c \ strlcpy.c $(SYS_SRC)
evmap.c log.c evutil.c evutil_rand.c strlcpy.c event_tagging.c $(SYS_SRC)
CORE_LIBS = CORE_LIBS =
if HTTP if HTTP