diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-06 00:05:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-06 00:05:45 +0100 |
commit | 70b08396445c7d9f709ad020a608acbf812433bd (patch) | |
tree | 7657f24f00074b2b93352a67ffee229fd9cb06cd /src/util/Makefile.am | |
parent | 9aff197bb39ed8e5805769743f9c05508221c49b (diff) |
implement new taler-auditor-offline tool
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 bf460a57d..9dcc40356 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -60,6 +60,7 @@ lib_LTLIBRARIES = \ libtalerutil_la_SOURCES = \ amount.c \ + auditor_signatures.c \ config.c \ crypto.c \ crypto_helper_denom.c \ |