summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2014-06-13 16:35:42 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2014-06-13 16:35:42 (GMT)
commit99f7d40324a8c5f920ea7425a0683871981535c5 (patch)
tree938b42258c7a169b3389e32a2e78201a63ce2f21 /examples/Makefile.am
parent39063868f295107d3b1f04166d1de81cfbd51816 (diff)
downloadhdf5-99f7d40324a8c5f920ea7425a0683871981535c5.zip
hdf5-99f7d40324a8c5f920ea7425a0683871981535c5.tar.gz
hdf5-99f7d40324a8c5f920ea7425a0683871981535c5.tar.bz2
[svn-r25277] Add H5_HAVE_ALACRITY definition for autoconf and add index prog into examples
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c0f6508..722d899 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -37,6 +37,10 @@ if BUILD_EFF_CONDITIONAL
h5ff_client_timings h5ff_client_time_datasets
endif
+if BUILD_INDEXING_CONDITIONAL
+ EXAMPLE_PROG_INDEXING = h5ff_client_index
+endif
+
# Example programs.
# Don't tell automake about them, because if it knew they were programs,
# it would try to compile them instead of using the h5cc script.