diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:04:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:04:42 +0200 |
commit | b696e1db1d1fb266e9ae29c1aea74c6d0d38546c (patch) | |
tree | 22fa27c2ad93d678e588250ee108a189ff9613cf /src/mint-lib/Makefile.am | |
parent | d589293557115910482af2c89cd6c5df5a10cd30 (diff) |
fix range check, make messages clearer
Diffstat (limited to 'src/mint-lib/Makefile.am')
-rw-r--r-- | src/mint-lib/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mint-lib/Makefile.am b/src/mint-lib/Makefile.am index d5940e9c2..0ea52479e 100644 --- a/src/mint-lib/Makefile.am +++ b/src/mint-lib/Makefile.am @@ -33,3 +33,9 @@ test_mint_api_LDADD = \ $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil \ -ljansson + +EXTRA_DIST = \ + test-mint-home/config/mint-common.conf \ + test-mint-home/master.priv \ + test-mint-home/denomkeys/ \ + test-mint-home/signkeys/ |