From d59aad5400edf18d338086b64a61379973422ea0 Mon Sep 17 00:00:00 2001 From: guido Date: Sun, 3 Apr 2005 07:55:39 +0000 Subject: [PATCH] Add additional libraries git-svn-id: https://svn.dealii.org/trunk@10335 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/doxygen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/doxygen/Makefile b/deal.II/examples/doxygen/Makefile index ffd7c6d66f..350190488f 100644 --- a/deal.II/examples/doxygen/Makefile +++ b/deal.II/examples/doxygen/Makefile @@ -28,11 +28,11 @@ all: product_matrix.exe block_matrix_array.exe block_matrix_array.exe: block_matrix_array.o $(lib-base.g) $(lib-lac.g) @echo =====linking====$(MT)== $< - @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ + @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ $(LIBS) product_matrix.exe: product_matrix.o $(lib-base.g) $(lib-lac.g) @echo =====linking====$(MT)== $< - @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ + @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ $(LIBS) ###################################################################### # Pseudo target for cleaning directory -- 2.39.5