summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/cdtest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/samples/cdtest/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/tests/samples/cdtest/Makefile.am b/c/src/tests/samples/cdtest/Makefile.am
index d9af49e01f..0bdf792c92 100644
--- a/c/src/tests/samples/cdtest/Makefile.am
+++ b/c/src/tests/samples/cdtest/Makefile.am
@@ -9,11 +9,9 @@ PGM = ${ARCH}/$(SAMPLE).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
-# C++ source names, if any, go here -- minus the .cc
CC_FILES = main.cc
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)