gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: put crypto worker in exchange-to


From: gnunet
Subject: [taler-exchange] branch master updated: put crypto worker in exchange-tools, re-enable build
Date: Wed, 08 Dec 2021 15:54:53 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a00cebcc put crypto worker in exchange-tools, re-enable build
a00cebcc is described below

commit a00cebcced1bdee1da998177c06986c1886eb55a
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Dec 8 15:54:48 2021 +0100

    put crypto worker in exchange-tools, re-enable build
---
 src/exchange-tools/.gitignore                      |  1 +
 src/exchange-tools/Makefile.am                     | 17 ++++++++++++++++-
 src/{util => exchange-tools}/taler-crypto-worker.c |  1 -
 src/util/.gitignore                                |  1 -
 src/util/Makefile.am                               | 12 ------------
 5 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/src/exchange-tools/.gitignore b/src/exchange-tools/.gitignore
index bf45e967..69279d79 100644
--- a/src/exchange-tools/.gitignore
+++ b/src/exchange-tools/.gitignore
@@ -1,2 +1,3 @@
 taler-exchange-offline
 taler-auditor-offline
+taler-crypto-worker
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 82f4cbeb..846ea613 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -15,7 +15,8 @@ endif
 bin_PROGRAMS = \
   taler-auditor-offline \
   taler-exchange-offline \
-  taler-exchange-dbinit
+  taler-exchange-dbinit \
+  taler-crypto-worker
 
 taler_exchange_offline_SOURCES = \
   taler-exchange-offline.c
@@ -59,6 +60,20 @@ 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 \
+  -lpthread \
+  $(LIBGCRYPT_LIBS) \
+  $(XLIB)
+
+
+
 
 # Testcases
 
diff --git a/src/util/taler-crypto-worker.c 
b/src/exchange-tools/taler-crypto-worker.c
similarity index 99%
rename from src/util/taler-crypto-worker.c
rename to src/exchange-tools/taler-crypto-worker.c
index 9c49ea37..7ca08b4b 100644
--- a/src/util/taler-crypto-worker.c
+++ b/src/exchange-tools/taler-crypto-worker.c
@@ -25,7 +25,6 @@
 #include "taler_error_codes.h"
 #include "taler_json_lib.h"
 #include "taler_signatures.h"
-#include "secmod_common.h"
 
 
 /**
diff --git a/src/util/.gitignore b/src/util/.gitignore
index 946924dc..f25567f3 100644
--- a/src/util/.gitignore
+++ b/src/util/.gitignore
@@ -1,6 +1,5 @@
 taler-config
 test_payto
-taler-crypto-worker
 taler-exchange-secmod-rsa
 taler-exchange-secmod-eddsa
 test_helper_rsa
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 790bba73..6c64d77b 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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]