aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-30 23:30:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-30 23:30:55 +0000
commit23da55a9f14ff5c48f0bc297f1ff745eb3dc7554 (patch)
tree14a55b55be48c061aebd4f0b5cf85475bcf2b263 /tests/server/Makefile.am
parent41e6292e7be530c0a273de4121c48169996cb547 (diff)
Moved common code to util.[ch] instead of having it duplicated in sws.c
and sockfilt.c. For good-to-have functions for the servers written in C.
Diffstat (limited to 'tests/server/Makefile.am')
-rw-r--r--tests/server/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am
index 4444ed5b4..ab36e2798 100644
--- a/tests/server/Makefile.am
+++ b/tests/server/Makefile.am
@@ -29,10 +29,10 @@ noinst_PROGRAMS = sws getpart sockfilt
useful = getpart.c getpart.h $(top_srcdir)/lib/strequal.c \
$(top_srcdir)/lib/base64.c $(top_srcdir)/lib/mprintf.c \
- $(top_srcdir)/lib/memdebug.c
+ $(top_srcdir)/lib/memdebug.c $(top_srcdir)/lib/timeval.c
-sws_SOURCES= sws.c $(useful)
-sockfilt_SOURCES = sockfilt.c $(useful) $(top_srcdir)/lib/inet_pton.c
+sws_SOURCES= sws.c util.c $(useful)
+sockfilt_SOURCES = sockfilt.c util.c $(useful) $(top_srcdir)/lib/inet_pton.c
getpart_SOURCES= testpart.c $(useful)
extra_DIST = base64.pl