summaryrefslogtreecommitdiff
path: root/src/mhd/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 22:22:19 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 22:22:19 +0100
commitf82488c060ea980b1da69a022f26658526575547 (patch)
tree0e6c172171075dc4e2c871aa5454ec37d3314b84 /src/mhd/Makefile.am
parent0bffea1f67067f56638a36d0b7db30af09d929ac (diff)
downloadexchange-f82488c060ea980b1da69a022f26658526575547.tar.gz
exchange-f82488c060ea980b1da69a022f26658526575547.tar.bz2
exchange-f82488c060ea980b1da69a022f26658526575547.zip
add missing linker options, bonus fun
Diffstat (limited to 'src/mhd/Makefile.am')
-rw-r--r--src/mhd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mhd/Makefile.am b/src/mhd/Makefile.am
index d6973cc82..797dc873c 100644
--- a/src/mhd/Makefile.am
+++ b/src/mhd/Makefile.am
@@ -24,4 +24,5 @@ libtalermhd_la_LIBADD = \
-lgnunetutil \
-lmicrohttpd \
-ljansson \
+ -lz \
$(XLIB)