aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 20:33:07 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 20:33:07 +0100
commit59398cfd76ed01df0ba5f33022727047afd6b270 (patch)
tree0da425ba9a3e0aeaff94d058f653d59f73f46dcc /src/util/Makefile.am
parent600592dbf6aced50a92cced8ab9d773d06f0f4f4 (diff)
downloadexchange-59398cfd76ed01df0ba5f33022727047afd6b270.tar.xz
separate util.c and url.c
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am4
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