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.defn4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index b53a2d3..7e73b26 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,4 +2,6 @@
# $Header$
# Source files in this directory
-SRCS = ReductionAvg.c ReductionMax.c ReductionMin.c ReductionNorm1.c ReductionNorm2.c ReductionNormInf.c ReductionSum.c Startup.c Reduction.c
+SRCS = ReductionAvg.c ReductionCount.c ReductionMax.c ReductionMin.c \
+ ReductionNorm1.c ReductionNorm2.c ReductionNorm3.c ReductionNorm4.c \
+ ReductionNormInf.c ReductionSum.c Startup.c Reduction.c