From: wolf Date: Tue, 22 Oct 2002 14:31:52 +0000 (+0000) Subject: Link properly. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e944fef55cfcdafc9d8efdadc48004d3d31bca;p=dealii-svn.git Link properly. git-svn-id: https://svn.dealii.org/trunk@6714 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 91927dd36a..cf9f4e4eb6 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,7 +1,7 @@ ###################################################################### # Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # -# Copyright (C) 2001, the deal.II authors +# Copyright (C) 2001, 2002, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -33,7 +33,7 @@ endif @$(CXX) $(CXXFLAGS.o) -c $< -o $@ %.exe : @echo =====linking======= $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) $(LDFLAGS) -o $@ $^ $(libraries) $(LIBS) ############################################################