summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-09-17 20:20:41 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-09-17 20:20:41 (GMT)
commitd5574726a2de0f8142217dafd8ced642356d9bce (patch)
tree84f5d396e8311719f3e1730343b1654b615d506c /examples/Makefile.am
parentcfe0f71f3469195e763745868da98804a59afe36 (diff)
downloadhdf5-d5574726a2de0f8142217dafd8ced642356d9bce.zip
hdf5-d5574726a2de0f8142217dafd8ced642356d9bce.tar.gz
hdf5-d5574726a2de0f8142217dafd8ced642356d9bce.tar.bz2
[svn-r24146] add and use a new type (hcs_t) for checksum values to make it easier to switch to 64_bit when needed.
remove unsupported examples from Makefile
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c8b9364..06be8c5 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -30,8 +30,8 @@ endif
if BUILD_EFF_CONDITIONAL
INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/test
LDADD = $(LIBH5TEST) $(LIBHDF5) $(MYAXE_LIBS) $(MYIOD_LIBS)
- EXAMPLE_PROG_EFF = h5ff_server h5ff_client_map h5ff_client_do \
- h5ff_client_old_api h5ff_client_multiple_cont h5ff_client_trans \
+ EXAMPLE_PROG_EFF = h5ff_server h5ff_client_map \
+ h5ff_client_multiple_cont h5ff_client_trans \
h5ff_client_dset h5ff_client_attr h5ff_client_links \
h5ff_client_obj h5ff_client_paths h5ff_client_open
endif