]> granicus.if.org Git - curl/commitdiff
getpart implicitly drags in some networking functions, so it needs to be
authorDan Fandrich <dan@coneharvesters.com>
Sat, 17 Feb 2007 08:16:53 +0000 (08:16 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 17 Feb 2007 08:16:53 +0000 (08:16 +0000)
linked to the networking libraries.

tests/server/Makefile.am

index 21edfd3ef1bf2b115eb842974f0e139520f79522..665ee98dc618bffcae1a7aa7a439bfbc57ef2be4 100644 (file)
@@ -46,6 +46,8 @@ sockfilt_SOURCES = sockfilt.c util.c util.h $(useful) \
 sockfilt_LDADD = @TEST_SERVER_LIBS@
 
 getpart_SOURCES= testpart.c $(useful)
+# This is needed because of (unused) network debugging functions in memdebug.c
+getpart_LDADD = @TEST_SERVER_LIBS@
 
 tftpd_SOURCES = tftpd.c util.c util.h $(useful) tftp.h
 tftpd_LDADD = @TEST_SERVER_LIBS@