summaryrefslogtreecommitdiff
path: root/src/exchange-tools/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-15 13:31:09 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-15 13:31:19 +0100
commit6d12045f8de2ff05af96885e5edcbbc3077325dc (patch)
tree614f9c74b0a5cff8121f7935a73967218318d916 /src/exchange-tools/Makefile.am
parent8a3f0e3f8d998d1badc9767fb207e7a07d645150 (diff)
downloadexchange-6d12045f8de2ff05af96885e5edcbbc3077325dc.tar.gz
exchange-6d12045f8de2ff05af96885e5edcbbc3077325dc.tar.bz2
exchange-6d12045f8de2ff05af96885e5edcbbc3077325dc.zip
remove tvg, it's now part of GNUnet
Diffstat (limited to 'src/exchange-tools/Makefile.am')
-rw-r--r--src/exchange-tools/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 0a4bd6fe8..b08cea687 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -16,7 +16,6 @@ bin_PROGRAMS = \
taler-exchange-keycheck \
taler-exchange-wire \
taler-exchange-dbinit \
- taler-exchange-tvg \
taler-wire
taler_wire_SOURCES = \
@@ -61,13 +60,6 @@ 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 = \