diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-09 20:20:43 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-09 20:20:43 (GMT) |
commit | ff94716199eedb572e951fe72fb027a77902a1fd (patch) | |
tree | a5bfeb8acfaa8b1ebac2b269786722b6ed58e184 /tools/Makefile.in | |
parent | 7a92820e35582fc94f0dd46e5039547fddd3d98d (diff) | |
download | hdf5-ff94716199eedb572e951fe72fb027a77902a1fd.zip hdf5-ff94716199eedb572e951fe72fb027a77902a1fd.tar.gz hdf5-ff94716199eedb572e951fe72fb027a77902a1fd.tar.bz2 |
[svn-r15184] added the configure and Makefile changes to build h52jpeg in unix systems
tested: linux, solaris
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 1e707f2..438a4f0 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -324,7 +324,7 @@ TRACE = perl $(top_srcdir)/bin/trace CHECK_CLEANFILES = *.chkexe *.chklog *.clog # All subdirectories -SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat +SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h52jpeg # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., |