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/exchange-tools | |
parent | c1575167f7d813e01fffb26b2b7df9cb22ecbcbc (diff) |
fixes for disting
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am index 631f3af20..a1e4f67a2 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) |