diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-01-21 19:11:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-01-21 19:11:27 +0100 |
commit | a252daa6a1b3fe5b22757e7aeffc502e7f098261 (patch) | |
tree | 5f442d527016b1aab5ad1929eb743440a5a303eb /src/exchange-lib/Makefile.am | |
parent | d09beecc8f5f111538208b7b8da100e0a7015cda (diff) |
factor out more helpers
Diffstat (limited to 'src/exchange-lib/Makefile.am')
-rw-r--r-- | src/exchange-lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am index c8fc4471b..2f02a6e8b 100644 --- a/src/exchange-lib/Makefile.am +++ b/src/exchange-lib/Makefile.am @@ -39,6 +39,7 @@ libtalertesting_la_LDFLAGS = \ -version-info 0:0:0 \ -no-undefined libtalertesting_la_SOURCES = \ + testing_api_cmd_exec_wirewatch.c \ testing_api_cmd_fakebank_transfer.c \ testing_api_cmd_withdraw.c \ testing_api_helpers.c \ |