getpart implicitly drags in some networking functions, so it needs to be

linked to the networking libraries.
This commit is contained in:
Dan Fandrich 2007-02-17 08:16:53 +00:00
parent a0a47f2767
commit 3f140a6008
1 changed files with 2 additions and 0 deletions

View 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@