summaryrefslogtreecommitdiff
path: root/src/mhd
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 22:13:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 22:13:12 +0100
commit0bffea1f67067f56638a36d0b7db30af09d929ac (patch)
treeee576133848fcf427cd8ee5c45a659961a4686f5 /src/mhd
parent3bd6b543a170ffcb0da9b14eddf533c0a729b965 (diff)
downloadexchange-0bffea1f67067f56638a36d0b7db30af09d929ac.tar.gz
exchange-0bffea1f67067f56638a36d0b7db30af09d929ac.tar.bz2
exchange-0bffea1f67067f56638a36d0b7db30af09d929ac.zip
add missing linker options
Diffstat (limited to 'src/mhd')
-rw-r--r--src/mhd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mhd/Makefile.am b/src/mhd/Makefile.am
index ec0103f4b..d6973cc82 100644
--- a/src/mhd/Makefile.am
+++ b/src/mhd/Makefile.am
@@ -13,7 +13,7 @@ libtalermhd_la_SOURCES = \
mhd_config.c \
mhd_legal.c \
mhd_parsing.c \
- mhd_responses.c
+ mhd_responses.c
libtalermhd_la_LDFLAGS = \
-version-info 0:0:0 \
-export-dynamic -no-undefined
@@ -22,6 +22,6 @@ libtalermhd_la_LIBADD = \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetutil \
+ -lmicrohttpd \
-ljansson \
$(XLIB)
-