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.am | |
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.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index d52942b..677dbe6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -22,6 +22,6 @@ include $(top_srcdir)/config/commence.am # 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 include $(top_srcdir)/config/conclude.am |