aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/ChangeLog5
-rw-r--r--util/Makefile.am6
2 files changed, 10 insertions, 1 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 7c4fb3bb7..0fea6dd32 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 16 09:27:30 CET 1999 Werner Koch <[email protected]>
+
+ * http.c: New
+
+
Wed Jan 13 14:10:15 CET 1999 Werner Koch <[email protected]>
* iobuf.c (iobuf_fdopen): New.
diff --git a/util/Makefile.am b/util/Makefile.am
index 3f2f9a3d0..5b0b99df2 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -7,8 +7,12 @@ noinst_LIBRARIES = libutil.a
libutil_a_SOURCES = g10u.c logger.c fileutil.c miscutil.c strgutil.c \
ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c \
- dotlock.c
+ dotlock.c http.c
+http-test: http.c
+ gcc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) -g -Wall -DTEST \
+ -o http-test http.c libutil.a ../mpi/libmpi.a @INTLLIBS@
+