From b61135447d86d2953c8190d0100f4e04dda6d4ed Mon Sep 17 00:00:00 2001 From: Michael Gary Date: Mon, 15 Jul 2002 20:00:07 +0000 Subject: [PATCH] Fixed compile bug svn path=/trunk/boinc/; revision=197 --- tools/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile.in b/tools/Makefile.in index b308d493b7..0ca5ee051e 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -34,6 +34,8 @@ MYSQL_LIBS = \ -L/sw/lib/mysql -lmysqlclient -L/usr/local/lib -lz \ -lm $(NETLIBS) +NETLIBS = -lsocket -lnsl + LIBS = \ backend_lib.o \ process_result_template.o \