diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-16 14:36:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-16 14:36:23 +0200 |
commit | 68d2df88f2ec0b70c3778f7f77eeb6173bd8c08b (patch) | |
tree | ba7b155be05788a698fef6685b4fffcf9c10075a /src/exchange/Makefile.am | |
parent | 94fa05ec2a96ca7bdc47f3dc77aa727ae81f9a44 (diff) |
allow merge into non-existent reserve if KYC is disabled
Diffstat (limited to 'src/exchange/Makefile.am')
-rw-r--r-- | src/exchange/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am index 881a3f36..4d7d6d94 100644 --- a/src/exchange/Makefile.am +++ b/src/exchange/Makefile.am @@ -177,6 +177,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/templating/libtalertemplating.la \ $(top_builddir)/src/kyclogic/libtalerkyclogic.la \ $(top_builddir)/src/util/libtalerutil.la \ $(top_builddir)/src/extensions/libtalerextensions.la \ |