summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-20 20:10:46 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-20 20:10:46 +0100
commit8af89ff197715427763c1c80d62d96e517760434 (patch)
tree9688037931b7d58b13d9cb4469b98a0954c6a38b /src
parentb554f1e9095e5c910c6cf58e040565d0ca911bca (diff)
downloadexchange-8af89ff197715427763c1c80d62d96e517760434.tar.gz
exchange-8af89ff197715427763c1c80d62d96e517760434.tar.bz2
exchange-8af89ff197715427763c1c80d62d96e517760434.zip
misc release preparations: mostly fixing 'make dist' target
Diffstat (limited to 'src')
-rw-r--r--src/auditor/Makefile.am1
-rw-r--r--src/bank-lib/Makefile.am2
-rw-r--r--src/benchmark/Makefile.am8
-rw-r--r--src/include/Makefile.am1
-rw-r--r--src/lib/Makefile.am1
-rw-r--r--src/lib/backoff.h2
-rw-r--r--src/wire-plugins/Makefile.am5
7 files changed, 8 insertions, 12 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index a1bb4d247..b942076ff 100644
--- a/src/auditor/Makefile.am
+++ b/src/auditor/Makefile.am
@@ -104,6 +104,7 @@ TESTS = $(check_SCRIPTS)
EXTRA_DIST = \
auditor.conf \
+ test-auditor.conf \
generate-auditor-basedb.sh \
generate-auditor-basedb.conf \
generate-auditor-basedb-template.conf \
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am
index 35173e48e..1d833fca1 100644
--- a/src/bank-lib/Makefile.am
+++ b/src/bank-lib/Makefile.am
@@ -56,7 +56,7 @@ libtalerfakebank_la_LDFLAGS = \
-no-undefined
libtalerfakebank_la_SOURCES = \
fakebank_history.c \
- fakebank.c
+ fakebank.c fakebank.h
libtalerfakebank_la_LIBADD = \
$(top_builddir)/src/json/libtalerjson.la \
-lgnunetjson \
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index 4444d3d1b..c90f1f0dd 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -31,10 +31,6 @@ taler_exchange_benchmark_LDADD = \
-ljansson
EXTRA_DIST = \
- taler-exchange-benchmark.conf \
- bank_details.json \
- merchant_details.json \
- test_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv \
- test_benchmark_home/.config/taler/test.json \
- test_benchmark_home/.config/taler/sepa.json
+ benchmark.conf \
+ exchange_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 645bdc9f9..af91f1178 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -25,6 +25,7 @@ talerinclude_HEADERS = \
taler_exchangedb_plugin.h \
taler_fakebank_lib.h \
taler_json_lib.h \
+ taler_testing_auditor_lib.h \
taler_testing_lib.h \
taler_util.h \
taler_mhd_lib.h \
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index f5251524e..272cc3d6d 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -16,6 +16,7 @@ libtalerexchange_la_LDFLAGS = \
-version-info 4:0:0 \
-no-undefined
libtalerexchange_la_SOURCES = \
+ backoff.h \
exchange_api_curl_defaults.c exchange_api_curl_defaults.h \
exchange_api_common.c \
exchange_api_handle.c exchange_api_handle.h \
diff --git a/src/lib/backoff.h b/src/lib/backoff.h
index 2af41e7c7..e62e1d90f 100644
--- a/src/lib/backoff.h
+++ b/src/lib/backoff.h
@@ -16,7 +16,7 @@
*/
/**
- * @file exchange-lib/backoff.h
+ * @file lib/backoff.h
* @brief backoff computation for the exchange lib
* @author Florian Dold
*/
diff --git a/src/wire-plugins/Makefile.am b/src/wire-plugins/Makefile.am
index 468e95a0b..0ee4c8f91 100644
--- a/src/wire-plugins/Makefile.am
+++ b/src/wire-plugins/Makefile.am
@@ -10,10 +10,7 @@ pkgcfgdir = $(prefix)/share/taler/config.d/
EXTRA_DIST = \
test_wire_plugin.conf \
- test_wire_plugin_transactions_taler-bank.conf \
- test_wire_plugin_key.priv \
- test_wire_plugin_test.json \
- test_wire_plugin_sepa.json
+ test_wire_plugin_transactions_taler-bank.conf
plugindir = $(libdir)/taler