aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-tools/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-15 18:32:34 +0100
committerFlorian Dold <florian@dold.me>2023-02-15 18:32:34 +0100
commit4d2d0473c3d592d4d6c52ef818a1189afdb5d59d (patch)
tree09d60f1f5e28f247e687ae2053131c75ffc32702 /src/exchange-tools/Makefile.am
parentafe3f70d336e151598e02ebedb6498e13122530e (diff)
downloadexchange-4d2d0473c3d592d4d6c52ef818a1189afdb5d59d.tar.xz
remove obsolete taler-crypto-worker
Diffstat (limited to 'src/exchange-tools/Makefile.am')
-rw-r--r--src/exchange-tools/Makefile.am16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 8e7790081..955544564 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -15,8 +15,7 @@ endif
bin_PROGRAMS = \
taler-auditor-offline \
taler-exchange-offline \
- taler-exchange-dbinit \
- taler-crypto-worker
+ taler-exchange-dbinit
taler_exchange_offline_SOURCES = \
taler-exchange-offline.c
@@ -60,19 +59,6 @@ taler_exchange_dbinit_CPPFLAGS = \
-I$(top_srcdir)/src/pq/ \
$(POSTGRESQL_CPPFLAGS)
-taler_crypto_worker_SOURCES = \
- taler-crypto-worker.c
-taler_crypto_worker_LDADD = \
- $(top_builddir)/src/util/libtalerutil.la \
- $(top_builddir)/src/json/libtalerjson.la \
- -lgnunetutil \
- -lgnunetjson \
- -ljansson \
- $(LIBGCRYPT_LIBS) \
- $(XLIB)
-
-
-
# Testcases