From e5e944fef55cfcdafc9d8efdadc48004d3d31bca Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 22 Oct 2002 14:31:52 +0000 Subject: [PATCH] Link properly. git-svn-id: https://svn.dealii.org/trunk@6714 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ############################################################ -- 2.39.5