From: Guido Kanschat Date: Thu, 7 Oct 2004 20:56:50 +0000 (+0000) Subject: add missing parts of path X-Git-Tag: v8.0.0~14770 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a93c5435cbd2883c735595e59a166b9a02eb4ac;p=dealii.git add missing parts of path git-svn-id: https://svn.dealii.org/trunk@9702 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index 3721cf11fa..b289cba58d 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -49,7 +49,9 @@ cc-files = $(shell echo source/*.cc) o-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.$(OBJEXT)) go-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.g.$(OBJEXT)) h-files = $(wildcard include/*.h) -lib-h-files = $(shell echo $D/base/*.h $D/lac/*.h $D/*/*.h) +lib-h-files = $(shell echo $D/base/include/base/*.h + $D/lac/include/lac/*.h + $D/deal.II/include/*/*.h) # As before, define a list of libraries. This, of course depends on # the dimension in which we are working: