diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/ChangeLog | 4 | ||||
-rw-r--r-- | util/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 3f9ba8351..adfd49191 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +2004-08-09 Werner Koch <[email protected]> + + * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. + 2004-03-01 David Shaw <[email protected]> * iobuf.c (block_filter): Properly handle a partial body stream diff --git a/util/Makefile.am b/util/Makefile.am index a8d40da2d..de641720a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -31,7 +31,7 @@ libutil_a_SOURCES = g10u.c logger.c fileutil.c miscutil.c strgutil.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@ + -o http-test http.c libutil.a ../mpi/libmpi.a @LIBINTL@ |