summaryrefslogtreecommitdiff
path: root/src/exchange/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-23 17:53:42 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-23 17:53:42 +0100
commit062bbbb2d713223a7b18bc19bd048c0f40e3cbb3 (patch)
tree38ac0d483a9a62d0fbcf59eb9db204dc6f74d11f /src/exchange/Makefile.am
parentc693ec4a3ea797618bee867244f8affe034028b9 (diff)
downloadexchange-062bbbb2d713223a7b18bc19bd048c0f40e3cbb3.tar.gz
exchange-062bbbb2d713223a7b18bc19bd048c0f40e3cbb3.tar.bz2
exchange-062bbbb2d713223a7b18bc19bd048c0f40e3cbb3.zip
first uses of libtalermhd
Diffstat (limited to 'src/exchange/Makefile.am')
-rw-r--r--src/exchange/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index b5419a7a6..899e98d2e 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -63,6 +63,7 @@ taler_exchange_httpd_SOURCES = \
taler_exchange_httpd_LDADD = \
$(LIBGCRYPT_LIBS) \
$(top_builddir)/src/wire/libtalerwire.la \
+ $(top_builddir)/src/mhd/libtalermhd.la \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
$(top_builddir)/src/util/libtalerutil.la \