diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-21 23:58:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-21 23:58:00 +0100 |
commit | 9b68dbb8e6c873ff40c00da85b3a9f709afd42e1 (patch) | |
tree | 32006db3b17e98c0c738641c0624072a6a83203a /src/util/Makefile.am | |
parent | 5fb918ae7ea8215a2b32b08308b8921d8aca74bf (diff) |
implementing client library for talking to the crypto helper process
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 4aef4cac7..c74fe2101 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -50,6 +50,7 @@ libtalerutil_la_SOURCES = \ amount.c \ config.c \ crypto.c \ + crypto_helper.c \ crypto_wire.c \ getopt.c \ lang.c \ |