summaryrefslogtreecommitdiffstats
path: root/tools/gifconv/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gifconv/Makefile.am')
-rw-r--r--tools/gifconv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gifconv/Makefile.am b/tools/gifconv/Makefile.am
index 44aa189..db2f411 100644
--- a/tools/gifconv/Makefile.am
+++ b/tools/gifconv/Makefile.am
@@ -29,6 +29,6 @@ gif2h5_SOURCES=gif2hdf.c gif2mem.c decompress.c gifread.c writehdf.c
h52gif_SOURCES=hdf2gif.c hdfgifwr.c readhdf.c
# Programs all depend on the hdf5 library and the tools library
-LDADD=$(LIBHDF5) $(LIBH5TOOLS)
+LDADD=$(LIBH5TOOLS) $(LIBHDF5)
include $(top_srcdir)/config/conclude.am