aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-12-08 15:54:48 +0100
committerFlorian Dold <florian@dold.me>2021-12-08 15:54:48 +0100
commita00cebcced1bdee1da998177c06986c1886eb55a (patch)
tree5bfa6f2e51f100686e419469bd149c925660fb1e /src/util/Makefile.am
parent9d3f7d3a56712d6a963e8a4775a8f9757740d648 (diff)
downloadexchange-a00cebcced1bdee1da998177c06986c1886eb55a.tar.xz
put crypto worker in exchange-tools, re-enable build
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 790bba735..6c64d77b2 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -58,18 +58,6 @@ taler_exchange_secmod_eddsa_LDADD = \
$(LIBGCRYPT_LIBS) \
$(XLIB)
-taler_crypto_worker_SOURCES = \
- taler-crypto-worker.c
-taler_crypto_worker_LDADD = \
- libtalerutil.la \
- -lgnunetutil \
- -lgnunetjson \
- -ljansson \
- -lpthread \
- $(LIBGCRYPT_LIBS) \
- $(XLIB)
-
-
lib_LTLIBRARIES = \
libtalerutil.la