diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-04-11 00:07:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-11 00:07:52 +0200 |
commit | 123d5077e99253e6c770257eb2830f2bc2aace61 (patch) | |
tree | 2969a91f07e55ebb3de53b1e1e32dde2d2f0a5ac /src/bank-lib | |
parent | 71acaff203586a956c71f0e90317d5fff0a50e14 (diff) |
fix build trouble
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am index ddc4cf4b3..479867923 100644 --- a/src/bank-lib/Makefile.am +++ b/src/bank-lib/Makefile.am @@ -7,9 +7,7 @@ if USE_COVERAGE endif noinst_PROGRAMS = \ - taler-bank-transfer - -noinst_PROGRAMS = \ + taler-bank-transfer \ taler-fakebank-run taler_fakebank_run_SOURCES = \ |