mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
missing reference to strlcpy-internal
svn:r330
This commit is contained in:
parent
fe2662384d
commit
7398790296
@ -41,7 +41,8 @@ endif
|
|||||||
|
|
||||||
libevent_la_SOURCES = event.c buffer.c evbuffer.c log.c event_tagging.c \
|
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 \
|
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_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
|
||||||
libevent_la_LDFLAGS = -release @VERSION@ -version-info 1:3:0
|
libevent_la_LDFLAGS = -release @VERSION@ -version-info 1:3:0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user