]> jfr.im git - irc/gameservirc.git/commitdiff
Makefile Modification for tcpserver.cpp
authorgameserv <redacted>
Thu, 16 Oct 2003 06:38:50 +0000 (06:38 +0000)
committergameserv <redacted>
Thu, 16 Oct 2003 06:38:50 +0000 (06:38 +0000)
git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@9 bc333340-6410-0410-a689-9d09f3c113fa

gameserv/Makefile

index c198dd6f43f5a3aacc2dcd41cd79da2379551fb8..ee9505629e86fc0a24bd473b1be7a06bfa8479e7 100644 (file)
@@ -39,6 +39,9 @@ tcpserver:    tcpserver.o sockhelp.o
 tcpclient.o:   tcpclient.cpp aClient.h player.h  extern.h  list.h listnode.h  sockhelp.h
        $(CC) $(C_ARGS) -c tcpclient.cpp
 
+tcpserver.o:   tcpserver.cpp sockhelp.cpp
+       $(CC) $(C_ARGS) -c tcpserver.cpp
+
 sockhelp.o:    sockhelp.cpp aClient.h player.h extern.h  list.h listnode.h  sockhelp.h
        $(CC) $(C_ARGS) -c sockhelp.cpp