summaryrefslogtreecommitdiffstats
path: root/hl/tools/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-24 15:38:38 (GMT)
committerGitHub <noreply@github.com>2022-12-24 15:38:38 (GMT)
commit08abf2ba34b521cf49a3aa7c003ec6f07d07baf8 (patch)
tree7711b1f51d5fe1244343315c73f7f5347352bba7 /hl/tools/Makefile.am
parent1973d867c84f34ada4d361126b75bc485a69609d (diff)
downloadhdf5-08abf2ba34b521cf49a3aa7c003ec6f07d07baf8.zip
hdf5-08abf2ba34b521cf49a3aa7c003ec6f07d07baf8.tar.gz
hdf5-08abf2ba34b521cf49a3aa7c003ec6f07d07baf8.tar.bz2
Brings the HL GIF tools configure changes from develop (#2362)
Diffstat (limited to 'hl/tools/Makefile.am')
-rw-r--r--hl/tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/Makefile.am b/hl/tools/Makefile.am
index f3fe0d3..9f93f67 100644
--- a/hl/tools/Makefile.am
+++ b/hl/tools/Makefile.am
@@ -25,6 +25,6 @@ else
endif
# All subdirectories
-SUBDIRS=$(TOOLS_DIR) h5watch
+SUBDIRS=h5watch $(TOOLS_GIF_DIR)
include $(top_srcdir)/config/conclude.am