From e7dfb79c4f65cac661fe1703371de78235ed51ae Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 7 Oct 2004 20:56:50 +0000 Subject: [PATCH] add missing parts of path git-svn-id: https://svn.dealii.org/trunk@9702 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile.large | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- 2.39.5