]> granicus.if.org Git - libexpat/commitdiff
Added missing library to link line for tests; not sure how this had not
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 20 Apr 2002 13:24:59 +0000 (13:24 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 20 Apr 2002 13:24:59 +0000 (13:24 +0000)
been checked in!

expat/Makefile.in

index 79ed589515d8a60f7766a416cc36a418469fd97d..f40a210be163154f5419adde6bdce08c96301f53 100644 (file)
@@ -145,7 +145,7 @@ examples/outline: examples/outline.o lib/$(LIBRARY)
 
 tests/runtests.o: tests/runtests.c
 tests/runtests: tests/runtests.o lib/$(LIBRARY)
-       $(LINK_EXE) $< lib/$(LIBRARY)
+       $(LINK_EXE) $< lib/$(LIBRARY) -lcheck
 
 .SUFFIXES: .c .lo .o