diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-11-25 13:36:30 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-11-25 13:36:44 +0100 |
commit | d3f78be9fc7a85a4bb18712d0c2e39a2e9445b63 (patch) | |
tree | 4a4fee566cd80dd989e03e51ea6ac277493f7c7c /src/exchange-tools/Makefile.am | |
parent | 70a210ac4db07a28867e23db13c68aecc117810a (diff) |
exchange-tools: add test vector generation tool
Diffstat (limited to 'src/exchange-tools/Makefile.am')
-rw-r--r-- | src/exchange-tools/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am index 409c6bfdd..64b4cee87 100644 --- a/src/exchange-tools/Makefile.am +++ b/src/exchange-tools/Makefile.am @@ -16,6 +16,7 @@ bin_PROGRAMS = \ taler-exchange-keycheck \ taler-exchange-wire \ taler-exchange-dbinit \ + taler-exchange-tvg \ taler-wire taler_wire_SOURCES = \ @@ -59,6 +60,13 @@ taler_exchange_keycheck_LDADD = \ -lgnunetutil $(XLIB) taler_exchange_keycheck_LDFLAGS = $(POSTGRESQL_LDFLAGS) +taler_exchange_tvg_SOURCES = \ + taler-exchange-tvg.c +taler_exchange_tvg_LDADD = \ + $(LIBGCRYPT_LIBS) \ + $(top_builddir)/src/util/libtalerutil.la \ + -lgnunetutil $(XLIB) + taler_exchange_dbinit_SOURCES = \ taler-exchange-dbinit.c taler_exchange_dbinit_LDADD = \ |