summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
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.