mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Link unit-tests with libmd5.
This commit is contained in:
parent
33f86b17c8
commit
404460d402
@ -1,3 +1,7 @@
|
||||
2008-01-23 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am: Add libmd5 to unit-tests.
|
||||
|
||||
2007-11-28 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am: Updated license exception for OpenSSL, per the
|
||||
|
@ -99,6 +99,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 @LIBSSL@ @LIBGNUTLS@
|
||||
LDADD = ../src/libunittest.a ../lib/libgnu.a @LIBSSL@ @LIBGNUTLS@ \
|
||||
@MD5_LDADD@
|
||||
|
||||
CLEANFILES = *~ *.bak core core.[0-9]*
|
||||
|
Loading…
Reference in New Issue
Block a user