summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/Makefile.am
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-16 17:42:16 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-16 17:42:16 (GMT)
commitc5fa17ae84cec63701a9b098f6f150b9f26fdb89 (patch)
treea307a60b61ebb697ace3ab04c058d58b95aae0ba /hl/tools/gif2h5/Makefile.am
parent968552fbc80f4d88a6ea54b0b9a20892f461e167 (diff)
downloadhdf5-c5fa17ae84cec63701a9b098f6f150b9f26fdb89.zip
hdf5-c5fa17ae84cec63701a9b098f6f150b9f26fdb89.tar.gz
hdf5-c5fa17ae84cec63701a9b098f6f150b9f26fdb89.tar.bz2
[svn-r15019]
Purpose: Configure Fix Description: The test program h52gifgentst was getting installed in the bin directory during 'make install', and it shouldn't. Make now builds the program for use in testing but doesn't install it during 'make install'. Tested: kagiso
Diffstat (limited to 'hl/tools/gif2h5/Makefile.am')
-rw-r--r--hl/tools/gif2h5/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/Makefile.am b/hl/tools/gif2h5/Makefile.am
index 9707b76..076b915 100644
--- a/hl/tools/gif2h5/Makefile.am
+++ b/hl/tools/gif2h5/Makefile.am
@@ -28,7 +28,8 @@ INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src
TEST_SCRIPT=$(srcdir)/h52giftest.sh
check_SCRIPTS=$(TEST_SCRIPT)
-bin_PROGRAMS=gif2h5 h52gif h52gifgentst
+bin_PROGRAMS=gif2h5 h52gif
+noinst_PROGRAMS=h52gifgentst
gif2h5_SOURCES=gif2hdf.c gif2mem.c decompress.c gifread.c writehdf.c