Server Makefile updated

This commit is contained in:
root 2010-06-16 13:41:22 +02:00
parent 8f2b453f74
commit 60d41aec50

View file

@ -1,4 +1,4 @@
SRC = main.cpp sockets/sw_base.cpp sockets/sw_inet.cpp sockets/sw_unix.cpp
SRC = main.cpp user.cpp sockets/sw_base.cpp sockets/sw_inet.cpp sockets/sw_unix.cpp
OBJ = $(SRC:.cpp=.o)
OUT = Socket
INCLUDES =