aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-24 12:09:11 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-24 12:09:11 +0000
commitd32fcfc1923200c7adead0e04c4ffdbc35142197 (patch)
tree289e30f65a59251f50fff532ba2dad98d61af6ce /Makefile
parenta5f979384c732423723127e90f7e632fc985cb4c (diff)
only build tcpserver for now
svn path=/trunk/externals/iem/iemnet/; revision=13250
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a3c822..314e2da 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ LIBRARY_VERSION = 0.1
# Next, add your .c source files to the SOURCES variable. The help files will
# be included automatically
-SOURCES = tcpclient.c tcpreceive.c tcpsend.c tcpserver.c udpreceive~.c udpreceive.c udpsend~.c udpsend.c
+SOURCES = tcpserver.c
+#SOURCES = tcpclient.c tcpreceive.c tcpsend.c tcpserver.c udpreceive~.c udpreceive.c udpsend~.c udpsend.c
# For objects that only build on certain platforms, add those to the SOURCES
# line for the right platforms.