aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 6e625ad..fcfda6d 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -4,6 +4,8 @@
# Source files in this directory
SRCS = Startup.c petsc_wrapper.c petsc_confmetric_solver.c petsc_flat_solver.c
+
+# Add PETSc include dirs to the Cactus makefile variables
SYS_INC_DIRS += $(PETSC_DIR)/include $(PETSC_DIR)/bmake/$(PETSC_ARCH)
# Define this to enable PETSC's error-checking macros