gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] 02/02: missing files for dist


From: gnunet
Subject: [taler-sync] 02/02: missing files for dist
Date: Tue, 24 Dec 2019 23:46:07 +0100

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

grothoff pushed a commit to branch master
in repository sync.

commit 2da68223f72bf8ede3dc300a4ddc166fe66f5891
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 24 23:46:03 2019 +0100

    missing files for dist
---
 src/include/Makefile.am | 4 ++--
 src/lib/Makefile.am     | 5 +++++
 src/util/Makefile.am    | 3 +++
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 21c4d5d..620d83e 100644
--- 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
index 4a4ea4f..86bb4cd 100644
--- 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
index a8bb4d4..00e70d9 100644
--- 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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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