From: Wolfgang Bangerth Date: Mon, 7 Mar 2005 02:57:10 +0000 (+0000) Subject: Add function parser library to include path. X-Git-Tag: v8.0.0~14504 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852a50bdca21acdb480be7748d38b512b18a2f59;p=dealii.git Add function parser library to include path. git-svn-id: https://svn.dealii.org/trunk@10024 0785d39b-7218-0410-832d-ea1e28bc413d --- 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