From 852a50bdca21acdb480be7748d38b512b18a2f59 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Mar 2005 02:57:10 +0000 Subject: [PATCH] Add function parser library to include path. git-svn-id: https://svn.dealii.org/trunk@10024 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 0c742ca051..ec96f1b3a3 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -143,7 +143,8 @@ include-path-metis = $(DEAL_II_METIS_DIR)/Lib INCLUDE = -I$D/base/include -I$D/lac/include -I$D/deal.II/include \ -I$D/contrib/boost/include \ - @TECPLOT_INCLUDE_DIR@ @UMFPACK_INCLUDE_DIR@ @HSL_INCLUDE_DIR@ + @TECPLOT_INCLUDE_DIR@ @UMFPACK_INCLUDE_DIR@ @HSL_INCLUDE_DIR@ \ + -I$D/contrib # add PETSc and METIS include path if necessary. this rule # (and the one further down below to get correct flags) should eventually -- 2.39.5