diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/ChangeLog | 4 | ||||
-rw-r--r-- | util/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index ed18fe881..50e25370b 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +2003-10-25 Werner Koch <[email protected]> + + * Makefile.am: Replaced INTLLIBS by LIBINTL. + 2003-10-23 Werner Koch <[email protected]> * secmem.c (lock_pool) [_AIX]: Don't use plock. diff --git a/util/Makefile.am b/util/Makefile.am index 8853ac86b..cca276eba 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -34,8 +34,8 @@ libutil_a_LIBADD = @REGEX_O@ http-test: http.c gcc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \ - -DTEST -o http-test http.c libutil.a @INTLLIBS@ @SRVLIBS@ @CAPLIBS@ + -DTEST -o http-test http.c libutil.a @LIBINTL@ @SRVLIBS@ @CAPLIBS@ srv-test: srv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) $(LDFLAGS) -g -Wall \ - -DTEST -o srv-test srv.c libutil.a @INTLLIBS@ @SRVLIBS@ @CAPLIBS@ + -DTEST -o srv-test srv.c libutil.a @LIBINTL@ @SRVLIBS@ @CAPLIBS@ |