put crypto worker in exchange-tools, re-enable build
This commit is contained in:
parent
9d3f7d3a56
commit
a00cebcced
1
src/exchange-tools/.gitignore
vendored
1
src/exchange-tools/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
taler-exchange-offline
|
||||
taler-auditor-offline
|
||||
taler-crypto-worker
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "taler_error_codes.h"
|
||||
#include "taler_json_lib.h"
|
||||
#include "taler_signatures.h"
|
||||
#include "secmod_common.h"
|
||||
|
||||
|
||||
/**
|
1
src/util/.gitignore
vendored
1
src/util/.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
taler-config
|
||||
test_payto
|
||||
taler-crypto-worker
|
||||
taler-exchange-secmod-rsa
|
||||
taler-exchange-secmod-eddsa
|
||||
test_helper_rsa
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user