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.defn3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 1ebc323..2182328 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -4,4 +4,5 @@
# Source files in this directory
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 ReduceGA.c
+ ReductionNormInf.c ReductionSum.c Startup.c Reduction.c ReduceGA.c \
+ ReduceArraysGlobally.c