diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-08-06 15:24:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-08-06 15:24:32 +0200 |
commit | 1431ee90ed0b63ad87c7ed89421b0e1bd438f960 (patch) | |
tree | f3c85c87696cfe210a04f88e3287507d5f20d06b /src/exchange-lib | |
parent | 46047a6c142fd802d918ca5e6201ce0c7d9f17c0 (diff) |
fix link
Diffstat (limited to 'src/exchange-lib')
-rw-r--r-- | src/exchange-lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am index f2bfae438..690fa80c9 100644 --- a/src/exchange-lib/Makefile.am +++ b/src/exchange-lib/Makefile.am @@ -73,6 +73,7 @@ libtalertesting_la_SOURCES = \ testing_api_trait_amount.c \ testing_api_trait_cmd.c libtalertesting_la_LIBADD = \ + libtalerexchange.la \ $(top_builddir)/src/wire/libtalerwire.la \ $(top_builddir)/src/json/libtalerjson.la \ $(top_builddir)/src/util/libtalerutil.la \ |