]> granicus.if.org Git - libevent/commitdiff
Move strlcpy.c into libevent-core, so that code built against libevent-core on platfo...
authorNick Mathewson <nickm@torproject.org>
Mon, 12 Jan 2009 20:36:24 +0000 (20:36 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 12 Jan 2009 20:36:24 +0000 (20:36 +0000)
svn:r991

Makefile.am

index 5d3a1f3ce3b5f597c216afd331766bf567118206..8be7421b5656ff3e9a57fc74a2c08a17940fd19a 100644 (file)
@@ -83,10 +83,10 @@ event-config.h: config.h
 
 CORE_SRC = event.c buffer.c evbuffer-internal.h bufferevent.c \
        bufferevent-internal.h evmap.c evmap.h \
-       log.c evutil.c $(SYS_SRC)
+       log.c evutil.c strlcpy.c strlcpy-internal.h $(SYS_SRC)
 EXTRA_SRC = event_tagging.c http.c evhttp.h http-internal.h evdns.c \
        evdns.h evrpc.c evrpc.h evrpc-internal.h mm-internal.h \
-       strlcpy.c strlcpy-internal.h strlcpy-internal.h ipv6-internal.h
+       ipv6-internal.h
 
 libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
 libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)