Link unit-tests with libmd5.

This commit is contained in:
Micah Cowan 2008-01-23 23:49:36 -08:00
parent 33f86b17c8
commit 404460d402
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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]*