summaryrefslogtreecommitdiffstats
path: root/c++/test
diff options
context:
space:
mode:
Diffstat (limited to 'c++/test')
-rw-r--r--c++/test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 230f24d..8683eae 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -27,11 +27,11 @@ TEST_PROGS_SRC=
TEST_PROGS=
TEST_SRC=
-TEST_OBJ=$(TEST_SRC:.C=.lo)
+TEST_OBJ=$(TEST_SRC:.cpp=.lo)
TEST_SCRIPTS=testexamples.sh
-DISTCLEAN=$(TEST_PROGS_SRC:.C=.lo) $(TEST_PROGS_SRC:.C=.o) *.h5
+DISTCLEAN=$(TEST_PROGS_SRC:.cpp=.lo) $(TEST_PROGS_SRC:.cpp=.o) *.h5
$(TEST_PROGS): $(LIB)
@echo No C++ test as of yet.