summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/ticker/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/samples/ticker/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/tests/samples/ticker/Makefile.am b/c/src/tests/samples/ticker/Makefile.am
index f2980aa672..6ecd8d4edc 100644
--- a/c/src/tests/samples/ticker/Makefile.am
+++ b/c/src/tests/samples/ticker/Makefile.am
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = init.c tasks.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)