summaryrefslogtreecommitdiff
path: root/src/main/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 18:31:30 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 18:31:30 +0000
commite1c9995cff5c5787af58ac44e1ce722ab9d66e71 (patch)
tree187ecab0a1ebba7a9dd6e2256dc76596b596e317 /src/main/make.code.defn
parentd4862966ec74640194e8131062c88f48f6633600 (diff)
Added Dummies.c to source files.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@189 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/make.code.defn')
-rw-r--r--src/main/make.code.defn7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/make.code.defn b/src/main/make.code.defn
index a4ea7c53..f4923aff 100644
--- a/src/main/make.code.defn
+++ b/src/main/make.code.defn
@@ -1,3 +1,7 @@
+# Source files for the src/main directory.
+#
+# $Id$
+
SRCS=\
CactusDefaultEvolve.c\
CactusDefaultInitialise.c\
@@ -16,5 +20,6 @@ ShutdownCactus.c\
StoreVariableData.c\
flesh.cc\
Groups.c\
-Variables.c
+Variables.c\
+Dummies.c