summaryrefslogtreecommitdiffstats
path: root/tools/h52jpeg/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h52jpeg/Makefile.am')
-rw-r--r--tools/h52jpeg/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h52jpeg/Makefile.am b/tools/h52jpeg/Makefile.am
index b3ccede..fdc1eee 100644
--- a/tools/h52jpeg/Makefile.am
+++ b/tools/h52jpeg/Makefile.am
@@ -37,9 +37,10 @@ h52jpegtst_SOURCES=h52jpegtst.c
# Programs all depend on the hdf5 library, the tools library, and the HL
# library.
-LDADD=$(LIBH5_HL) $(LIBH5TOOLS) $(LIBHDF5)
+LDADD=$(LIBH5_HL) $(LIBH5TOOLS) $(LIBHDF5) -ljpeg
+
CHECK_CLEANFILES+=*.h5
-CHECK_CLEANFILES+=*.jpg
+CHECK_CLEANFILES+=*.jpeg
include $(top_srcdir)/config/conclude.am