fix make dist
This commit is contained in:
parent
4a031a692b
commit
c1575167f7
@ -21,7 +21,7 @@ AC_INIT([taler-exchange], [0.0.0], [taler-bug@gnunet.org])
|
||||
AC_CONFIG_SRCDIR([src/util/util.c])
|
||||
AC_CONFIG_HEADERS([taler_config.h])
|
||||
# support for non-recursive builds
|
||||
AM_INIT_AUTOMAKE([subdir-objects])
|
||||
AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
|
||||
|
||||
# pretty build rules
|
||||
AM_SILENT_RULES([yes])
|
||||
|
@ -64,7 +64,7 @@ test_exchange_api_LDADD = \
|
||||
-ljansson
|
||||
|
||||
EXTRA_DIST = \
|
||||
test_taler_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \
|
||||
test_taler_exchange_api_home/.config/taler/test.json \
|
||||
test_taler_exchange_api_home/.config/taler/sepa.json \
|
||||
test_taler_exchange_api.conf
|
||||
test_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \
|
||||
test_exchange_api_home/.config/taler/test.json \
|
||||
test_exchange_api_home/.config/taler/sepa.json \
|
||||
test_exchange_api.conf
|
||||
|
Loading…
Reference in New Issue
Block a user