aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-01 12:51:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-01 12:51:27 +0000
commita6955aa486cf8af96e5bb6ff3e9c522c509cd5bf (patch)
tree5d2382079259b86706254baa9a3c2a48fef22159 /tests/server/Makefile.am
parentad30341fa2f48a8b0fac99c2aa3dab2e719a89fb (diff)
util.h added as "source" to make it get added in dist archives
Diffstat (limited to 'tests/server/Makefile.am')
-rw-r--r--tests/server/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am
index ab36e2798..56cbd493f 100644
--- a/tests/server/Makefile.am
+++ b/tests/server/Makefile.am
@@ -31,8 +31,9 @@ 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/timeval.c
-sws_SOURCES= sws.c util.c $(useful)
-sockfilt_SOURCES = sockfilt.c util.c $(useful) $(top_srcdir)/lib/inet_pton.c
+sws_SOURCES= sws.c util.c util.h $(useful)
+sockfilt_SOURCES = sockfilt.c util.c util.h $(useful) \
+ $(top_srcdir)/lib/inet_pton.c
getpart_SOURCES= testpart.c $(useful)
extra_DIST = base64.pl