diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:33:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:33:07 +0100 |
commit | 59398cfd76ed01df0ba5f33022727047afd6b270 (patch) | |
tree | 0da425ba9a3e0aeaff94d058f653d59f73f46dcc /src/util/Makefile.am | |
parent | 600592dbf6aced50a92cced8ab9d773d06f0f4f4 (diff) |
separate util.c and url.c
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 74e61ccdf..95cc233aa 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -24,8 +24,12 @@ lib_LTLIBRARIES = \ libtalerutil_la_SOURCES = \ amount.c \ + config.c \ crypto.c \ crypto_wire.c \ + getopt.c \ + payto.c \ + url.c \ util.c \ os_installation.c |