summaryrefslogtreecommitdiff
path: root/src/exchange/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-08 15:22:45 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-08 15:22:45 +0200
commitff48ada7d5ba026a39c0e8ddefd54b80b813425b (patch)
tree14efbb57f75329c7d818b766b07d2b80c38fd35c /src/exchange/Makefile.am
parentd4fb0695ceb2f1c1ceb0ef1fc6fdded668396d4d (diff)
downloadexchange-ff48ada7d5ba026a39c0e8ddefd54b80b813425b.tar.gz
exchange-ff48ada7d5ba026a39c0e8ddefd54b80b813425b.tar.bz2
exchange-ff48ada7d5ba026a39c0e8ddefd54b80b813425b.zip
move kyclogic into libtalerkyclogic
Diffstat (limited to 'src/exchange/Makefile.am')
-rw-r--r--src/exchange/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index 7141758b1..64db3899b 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -132,7 +132,6 @@ taler_exchange_httpd_SOURCES = \
taler-exchange-httpd_deposits_get.c taler-exchange-httpd_deposits_get.h \
taler-exchange-httpd_extensions.c taler-exchange-httpd_extensions.h \
taler-exchange-httpd_keys.c taler-exchange-httpd_keys.h \
- taler-exchange-httpd_kyc.c taler-exchange-httpd_kyc.h \
taler-exchange-httpd_kyc-check.c taler-exchange-httpd_kyc-check.h \
taler-exchange-httpd_kyc-proof.c taler-exchange-httpd_kyc-proof.h \
taler-exchange-httpd_kyc-wallet.c taler-exchange-httpd_kyc-wallet.h \
@@ -177,6 +176,7 @@ taler_exchange_httpd_LDADD = \
$(top_builddir)/src/mhd/libtalermhd.la \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
+ $(top_builddir)/src/kyclogic/libtalerkyclogic.la \
$(top_builddir)/src/util/libtalerutil.la \
$(top_builddir)/src/extensions/libtalerextensions.la \
-lmicrohttpd \