From 63d7340a7d2d97f786e915b4d736a691a7fb064b Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 22 Nov 2010 22:28:16 +0000 Subject: [PATCH] Make sure the include/ directory is in the include path. git-svn-id: https://svn.dealii.org/trunk@22840 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile.large | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index ad99445874..71d2664a04 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -62,10 +62,10 @@ libs.o := $(lib-deal2.o) # link with and the flags to be passed to the compiler: ifeq ($(debug-mode),on) libraries = $(go-files) $(libs.g) - flags = $(CXXFLAGS.g) + flags = $(CXXFLAGS.g) -Iinclude else libraries = $(o-files) $(libs.o) - flags = $(CXXFLAGS.o) + flags = $(CXXFLAGS.o) -Iinclude endif -- 2.39.5