summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/examples/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index ac73281..47b91a3 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -38,8 +38,7 @@ TEST_SRC=create.cpp readdata.cpp writedata.cpp compound.cpp extend_ds.cpp \
chunks.cpp h5group.cpp
TEST_OBJ=$(TEST_SRC:.cpp=.lo)
-H5_FILES=Attributes.h5 SDScompound.h5 Select.h5 SDSextendible.h5 Group.h5 SDS.h5
-EXAMPLE_PROGS=$(TEST_SRC) $(H5_FILES)
+EXAMPLE_PROGS=$(TEST_SRC)
## These are the programs that `make all' or `make tests' will build and which
## `make check' will run. List them in the order they should be run.