diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index c1a15bf..9de43c7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -110,7 +110,7 @@ CPPFLAGS=-I. -I../src PROGS=testhdf5 # Source and object files for programs... -PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c +PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5t.c PROG_OBJ=$(PROG_SRC:.c=.o) # Private header files (not to be installed)... |