Update of /cvsroot/simplemail/simplemail/tests
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25031/tests
Modified Files:
makefile
Log Message:
Added tcpip.c module.
Index: makefile
===================================================================
RCS file: /cvsroot/simplemail/simplemail/tests/makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- makefile 21 Feb 2014 06:31:50 -0000 1.44
+++ makefile 21 Feb 2014 06:32:08 -0000 1.45
@@ -4,7 +4,7 @@
include ../common-sources.mk
-SRCS = $(addprefix ../,$(NONARCHSRCS)) ../gtk/support.c ../gtk/subthreads.c
+SRCS = $(addprefix ../,$(NONARCHSRCS)) ../gtk/support.c ../gtk/subthreads.c ../gtk/tcpip.c
OBJS = $(SRCS:../%.c=test-objs/%.o)
GLIB_CFLAGS := $(shell pkg-config glib-2.0 --cflags)
|