mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
tests/Makefile.am: Solaris needs libintl and libiconv for testsuite
This commit is contained in:
parent
8705e27e20
commit
4e8e159289
@ -135,7 +135,7 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \
|
||||
|
||||
check_PROGRAMS = unit-tests
|
||||
unit_tests_SOURCES =
|
||||
LDADD = ../src/libunittest.a ../lib/libgnu.a $(LIBS) $(LIB_CLOCK_GETTIME)
|
||||
LDADD = ../src/libunittest.a ../lib/libgnu.a @LIBICONV@ @LIBINTL@ $(LIBS) $(LIB_CLOCK_GETTIME)
|
||||
|
||||
CLEANFILES = *~ *.bak core core.[0-9]*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user