commit 2da68223f72bf8ede3dc300a4ddc166fe66f5891 parent 09e6efba430fdf0dc409ae932a0e76f3bfe52e4f Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 24 Dec 2019 23:46:03 +0100 missing files for dist Diffstat:
| M | src/include/Makefile.am | | | 4 | ++-- |
| M | src/lib/Makefile.am | | | 5 | +++++ |
| M | src/util/Makefile.am | | | 3 | +++ |
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/include/Makefile.am b/src/include/Makefile.am @@ -8,5 +8,5 @@ talerinclude_HEADERS = \ sync_database_lib.h \ sync_database_plugin.h \ sync_service.h \ - sync_util.h - + sync_testing_lib.h \ + sync_util.h diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -54,6 +54,11 @@ check_PROGRAMS = \ TESTS = \ $(check_PROGRAMS) +EXTRA_DIST = \ + test_sync_api.conf \ + test_sync_api_home/.config/taler/exchange/account-2.json \ + test_sync_api_home/.local/share/taler/exchange/offline-keys/master.priv + test_sync_api_SOURCES = \ test_sync_api.c test_sync_api_LDADD = \ diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -12,6 +12,9 @@ pkgcfgdir = $(prefix)/share/sync/config.d/ bin_SCRIPTS = \ sync-config +EXTRA_DIST = \ + $(bin_SCRIPTS) + lib_LTLIBRARIES = \ libsyncutil.la