move taler-auditor-sign tool to auditor/ direcotory
This commit is contained in:
parent
26478f0f1f
commit
f5a2134da8
@ -12,7 +12,8 @@ pkgcfg_DATA = \
|
|||||||
auditor.conf
|
auditor.conf
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
taler-auditor
|
taler-auditor \
|
||||||
|
taler-auditor-sign
|
||||||
|
|
||||||
taler_auditor_SOURCES = \
|
taler_auditor_SOURCES = \
|
||||||
taler-auditor.c
|
taler-auditor.c
|
||||||
@ -24,5 +25,15 @@ taler_auditor_LDADD = \
|
|||||||
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
||||||
-lgnunetutil
|
-lgnunetutil
|
||||||
|
|
||||||
|
taler_auditor_sign_SOURCES = \
|
||||||
|
taler-auditor-sign.c
|
||||||
|
taler_auditor_sign_LDADD = \
|
||||||
|
$(LIBGCRYPT_LIBS) \
|
||||||
|
$(top_builddir)/src/util/libtalerutil.la \
|
||||||
|
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
|
||||||
|
-lgnunetutil $(XLIB)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
auditor.conf
|
auditor.conf
|
||||||
|
@ -3,3 +3,10 @@
|
|||||||
[auditor]
|
[auditor]
|
||||||
# Which database backend do we use for the auditor?
|
# Which database backend do we use for the auditor?
|
||||||
DB = postgres
|
DB = postgres
|
||||||
|
|
||||||
|
# Where do we store the auditor's private key?
|
||||||
|
AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
|
||||||
|
|
||||||
|
# What is the Web site of the auditor (i.e. to file complaints about
|
||||||
|
# a misbehaving exchange)?
|
||||||
|
# AUDITOR_URL = https://auditor.taler.net/
|
||||||
|
@ -4,7 +4,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|||||||
pkgcfgdir = $(prefix)/share/taler/config.d/
|
pkgcfgdir = $(prefix)/share/taler/config.d/
|
||||||
|
|
||||||
pkgcfg_DATA = \
|
pkgcfg_DATA = \
|
||||||
auditor.conf \
|
|
||||||
exchange-signkeys.conf \
|
exchange-signkeys.conf \
|
||||||
coins.conf
|
coins.conf
|
||||||
|
|
||||||
@ -14,7 +13,6 @@ if USE_COVERAGE
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
taler-auditor-sign \
|
|
||||||
taler-exchange-keyup \
|
taler-exchange-keyup \
|
||||||
taler-exchange-keycheck \
|
taler-exchange-keycheck \
|
||||||
taler-exchange-reservemod \
|
taler-exchange-reservemod \
|
||||||
@ -31,14 +29,6 @@ taler_exchange_keyup_LDADD = \
|
|||||||
-lgnunetutil $(XLIB)
|
-lgnunetutil $(XLIB)
|
||||||
taler_exchange_keyup_LDFLAGS = $(POSTGRESQL_LDFLAGS)
|
taler_exchange_keyup_LDFLAGS = $(POSTGRESQL_LDFLAGS)
|
||||||
|
|
||||||
taler_auditor_sign_SOURCES = \
|
|
||||||
taler-auditor-sign.c
|
|
||||||
taler_auditor_sign_LDADD = \
|
|
||||||
$(LIBGCRYPT_LIBS) \
|
|
||||||
$(top_builddir)/src/util/libtalerutil.la \
|
|
||||||
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
|
|
||||||
-lgnunetutil $(XLIB)
|
|
||||||
|
|
||||||
|
|
||||||
taler_exchange_wire_SOURCES = \
|
taler_exchange_wire_SOURCES = \
|
||||||
taler-exchange-wire.c
|
taler-exchange-wire.c
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
# This configuration file is in the public domain
|
|
||||||
#
|
|
||||||
# It cointains options for the auditor.
|
|
||||||
|
|
||||||
[auditor]
|
|
||||||
|
|
||||||
# Where do we store the auditor's private key?
|
|
||||||
AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
|
|
||||||
|
|
||||||
# What is the Web site of the auditor (i.e. to file complaints about
|
|
||||||
# a misbehaving exchange)?
|
|
||||||
# AUDITOR_URL = https://auditor.taler.net/
|
|
Loading…
Reference in New Issue
Block a user