From 59398cfd76ed01df0ba5f33022727047afd6b270 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Jan 2020 20:33:07 +0100 Subject: separate util.c and url.c --- src/util/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util/Makefile.am') 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 -- cgit v1.2.3