diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-01-21 18:46:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-01-21 18:49:47 +0100 |
commit | d09beecc8f5f111538208b7b8da100e0a7015cda (patch) | |
tree | 7eff30b0adf7149b7c55feecdc4963e80a319814 /src/exchange-lib/Makefile.am | |
parent | 41cb8b4c513d8c5628f744b48bf4467b6cc66c81 (diff) |
integrate sigpipe with ain loop
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 6cf70052b..c8fc4471b 100644 --- a/src/exchange-lib/Makefile.am +++ b/src/exchange-lib/Makefile.am @@ -48,6 +48,7 @@ libtalertesting_la_SOURCES = \ testing_api_trait_coin_priv.c \ testing_api_trait_denom_pub.c \ testing_api_trait_denom_sig.c \ + testing_api_trait_process.c \ testing_api_trait_reserve_priv.c libtalertesting_la_LIBADD = \ |