commit 172fa4cc7b69145844acd64ebee48b6570a8fdc2 parent 7479f3a2e53655c6190bf5bcdb31736bf41a56c6 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 17 Mar 2016 16:14:49 +0100 mege Diffstat:
| M | Makefile.am | | | 1 | + |
| R | doc/doxygen/taler-mint.doxy -> doc/doxygen/taler-exchange.doxy | | | 0 | |
| M | src/exchange-lib/Makefile.am | | | 4 | +--- |
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am @@ -2,6 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = src doc ACLOCAL_AMFLAGS = -I m4 +EXTRA_DIST = AUTHORS app: mkdir -p $(PACKAGE)-$(VERSION)-app diff --git a/doc/doxygen/taler-mint.doxy b/doc/doxygen/taler-exchange.doxy diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am @@ -57,6 +57,4 @@ test_exchange_api_LDADD = \ EXTRA_DIST = \ test-exchange-home/config/exchange-common.conf \ - test-exchange-home/master.priv \ - test-exchange-home/denomkeys/ \ - test-exchange-home/signkeys/ + test-exchange-home/master.priv