diff options
| author | Christian Grothoff <christian@grothoff.org> | 2016-05-04 10:21:35 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2016-05-04 10:21:35 +0200 | 
| commit | 458992dc6fa0152dc55d68f3f633c58a05877407 (patch) | |
| tree | b8ff11fb8e38c98f8c9ffc800f2a3ab69186d7c9 /src | |
| parent | c1575167f7d813e01fffb26b2b7df9cb22ecbcbc (diff) | |
fixes for disting
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 | ||||
| -rw-r--r-- | src/bank-lib/Makefile.am | 2 | ||||
| -rw-r--r-- | src/exchange-tools/Makefile.am | 4 | ||||
| -rw-r--r-- | src/exchange/Makefile.am | 3 | ||||
| -rw-r--r-- | src/util/Makefile.am | 4 | 
5 files changed, 11 insertions, 5 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index ee66bb39..74956a6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,9 @@ pkgcfgdir = $(prefix)/share/taler/config.d/  pkgcfg_DATA = \    taler.conf +EXTRA_DIST = \ +  taler.conf +  SUBDIRS = include util json $(PQ_DIR) $(BANK_LIB) wire exchangedb exchange exchange-tools  if HAVE_LIBCURL   SUBDIRS += exchange-lib diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am index f7f5dd73..7e4dd51f 100644 --- a/src/bank-lib/Makefile.am +++ b/src/bank-lib/Makefile.am @@ -28,7 +28,7 @@ libtalerbank_la_LIBADD = \    $(XLIB)  libfakebank_la_SOURCES = \ -  fakebank.c +  fakebank.c fakebank.h  libfakebank_la_LIBADD = \    $(top_builddir)/src/json/libtalerjson.la \ diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am index 631f3af2..a1e4f67a 100644 --- a/src/exchange-tools/Makefile.am +++ b/src/exchange-tools/Makefile.am @@ -8,7 +8,6 @@ pkgcfg_DATA = \    exchange-signkeys.conf \    coins.conf -  if USE_COVERAGE    AM_CFLAGS = --coverage -O0    XLIB = -lgcov @@ -93,4 +92,5 @@ taler_exchange_dbinit_CPPFLAGS = \  EXTRA_DIST = \ -  auditor.conf +  auditor.conf \ +  $(pkgcfg_DATA) diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am index 3dba0bb7..314bf8ba 100644 --- a/src/exchange/Makefile.am +++ b/src/exchange/Makefile.am @@ -94,4 +94,5 @@ EXTRA_DIST = \    test-taler-exchange-aggregator-postgres.conf \    test_taler_exchange_httpd_home/.local/share/taler/exchange/offline-keys/master.priv \    test_taler_exchange_httpd.conf \ -  exchange.conf +  exchange.conf \ +  $(check_SCRIPTS) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 61a8a766..c0713df8 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -14,7 +14,9 @@ pkgcfg_DATA = \    paths.conf  EXTRA_DIST = \ -  paths.conf +  paths.conf \ +  taler-config.in \ +  taler-arm.in  templated_scripts = taler-config taler-arm  dist_bin_SCRIPTS = $(templated_scripts) | 
