From 513a22c34404d87c0fba1f6054ef049553e19d6e Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 16 Feb 2018 10:57:23 +0100 Subject: offering amount _objects_ as traits (a string version of it was already implemented). "Withdraw" command uses it. --- src/exchange-lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/exchange-lib/Makefile.am') diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am index cf80a1d42..dee17b2e2 100644 --- a/src/exchange-lib/Makefile.am +++ b/src/exchange-lib/Makefile.am @@ -67,7 +67,8 @@ libtalertesting_la_SOURCES = \ testing_api_trait_fresh_coin.c \ testing_api_trait_string.c \ testing_api_trait_key_peer.c \ - testing_api_trait_wtid.c + testing_api_trait_wtid.c \ + testing_api_trait_amount.c libtalertesting_la_LIBADD = \ $(top_builddir)/src/json/libtalerjson.la \ -- cgit v1.2.3