diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-16 17:52:19 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-16 17:52:19 (GMT) |
commit | e894bb1ec6c898ff3cc88e615e6a26f45bbd759a (patch) | |
tree | a95c5335431e2eb3b800b512b840cff28f106ab0 /hl/tools/gif2h5/Makefile.am | |
parent | 9fd6621c925769ab119d2b1d8c2bfbb22ce2276e (diff) | |
download | hdf5-e894bb1ec6c898ff3cc88e615e6a26f45bbd759a.zip hdf5-e894bb1ec6c898ff3cc88e615e6a26f45bbd759a.tar.gz hdf5-e894bb1ec6c898ff3cc88e615e6a26f45bbd759a.tar.bz2 |
[svn-r15020] 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.am | 3 |
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 |