summaryrefslogtreecommitdiff
path: root/src/main/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-27 01:21:20 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-27 01:21:20 +0000
commit3b7c366012757ac593560198845ca18eac0198db (patch)
treef7d1245c2d24ea9c8c2218fec2d041b175eef7be /src/main/make.code.defn
parent363d39aa102b7d57f5d671269beedeb4c1042bfa (diff)
Added new files CactusDefaultShutdown.c and ProcessEnvironment.c
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@358 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/make.code.defn')
-rw-r--r--src/main/make.code.defn4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/make.code.defn b/src/main/make.code.defn
index 83072f7f..022fe889 100644
--- a/src/main/make.code.defn
+++ b/src/main/make.code.defn
@@ -3,13 +3,15 @@
# $Header$
SRCS=\
-CactusDefaultEvolve.c\
CactusDefaultInitialise.c\
+CactusDefaultEvolve.c\
+CactusDefaultShutdown.c\
CallStartupFunctions.c\
ConfigData.c\
InitialiseCactus.c\
InitialiseDataStructures.c\
ProcessCommandLine.c\
+ProcessEnvironment.c\
ProcessParameterDatabase.c\
RecordImplementation.c\
RegisterThorn.c\