]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make sure the include/ directory is in the include path.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 2010 22:28:16 +0000 (22:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 2010 22:28:16 +0000 (22:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@22840 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/Makefile.large

index ad994458742ea37175dfb3d1f77ae9aa116a37fb..71d2664a04f9e2cceb319254bb5d7f323eaac1b1 100644 (file)
@@ -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
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.