aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 1d56939..5130245 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,4 +1,4 @@
-# Main make.code.defn file for thorn PETSc_Elliptic
+# Main make.code.defn file for thorn CactusElliptic/EllPETSc
# $Header$
@@ -68,6 +68,6 @@ UnknownArch:
exit 2
endif
+# Add PETSc libdirs and libs to the Cactus makefile variables
LIBDIRS += $(PETSC_LIB_DIR) $(X_LIB_DIR)
LIBS += $(PETSC_LIBS) $(PLATFORM_LIBS) X11 $(MPI_LIBS)
-EXTRAFLAGS = -I$(PETSC_DIR)/include