From: Niels Provos Date: Thu, 15 Feb 2007 22:46:04 +0000 (+0000) Subject: missing reference to strlcpy-internal X-Git-Tag: release-2.0.1-alpha~645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7398790296fa8e8fdb226cd8f6d76c8705d4e366;p=libevent missing reference to strlcpy-internal svn:r330 --- diff --git a/Makefile.am b/Makefile.am index ab590b18..2739922e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,8 @@ endif libevent_la_SOURCES = event.c buffer.c evbuffer.c log.c event_tagging.c \ http.c evhttp.h http-internal.h evdns.c evdns.h evrpc.c strlcpy.c \ - evrpc.h evrpc-internal.h strlcpy-internal.h $(SYS_SRC) + strlcpy-internal.h evrpc.h evrpc-internal.h strlcpy-internal.h \ + $(SYS_SRC) libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) libevent_la_LDFLAGS = -release @VERSION@ -version-info 1:3:0