diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-10 15:13:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-10 15:13:09 (GMT) |
commit | a4c2816077f970a677661c9b78855ddf32c4c2f2 (patch) | |
tree | 4bed08b657456ae8bb48fdc10c73acb65b567d42 /hl/tools/gif2h5/Makefile.am | |
parent | a644ba9fd0cbef4a75d941cfed3df30d19255196 (diff) | |
download | hdf5-a4c2816077f970a677661c9b78855ddf32c4c2f2.zip hdf5-a4c2816077f970a677661c9b78855ddf32c4c2f2.tar.gz hdf5-a4c2816077f970a677661c9b78855ddf32c4c2f2.tar.bz2 |
[svn-r13622]
make makefile to clean temporary files
Diffstat (limited to 'hl/tools/gif2h5/Makefile.am')
-rw-r--r-- | hl/tools/gif2h5/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hl/tools/gif2h5/Makefile.am b/hl/tools/gif2h5/Makefile.am index f4a1558..9707b76 100644 --- a/hl/tools/gif2h5/Makefile.am +++ b/hl/tools/gif2h5/Makefile.am @@ -40,4 +40,7 @@ h52gifgentst_SOURCES=h52gifgentst.c # library. LDADD=$(LIBH5_HL) $(LIBH5TOOLS) $(LIBHDF5) +CHECK_CLEANFILES+=*.h5 +CHECK_CLEANFILES+=*.gif + include $(top_srcdir)/config/conclude.am |