Skip to content
Snippets Groups Projects
Commit 3f140a60 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

linked to the networking libraries.
parent a0a47f27
No related branches found
No related tags found
No related merge requests found
......@@ -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@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment