aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-05 16:58:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-05 16:59:04 +0200
commitb4e034d9aa471c6244718914e08be3ee414b18e6 (patch)
treed92d932db4a769eeb5780a91abcc8601ff31a503 /src/util/Makefile.am
parent00c03c7bb03f7ecae5b082eadf05a9bb29b0b957 (diff)
downloadgnunet-b4e034d9aa471c6244718914e08be3ee414b18e6.tar.gz
gnunet-b4e034d9aa471c6244718914e08be3ee414b18e6.zip
refactor gnunet-config to make preload hacks obsolete
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 6d5307235..a3a77073e 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -49,6 +49,7 @@ libgnunetutil_la_SOURCES = \
49 common_endian.c \ 49 common_endian.c \
50 common_logging.c \ 50 common_logging.c \
51 configuration.c \ 51 configuration.c \
52 configuration_helper.c \
52 consttime_memcmp.c \ 53 consttime_memcmp.c \
53 container_bloomfilter.c \ 54 container_bloomfilter.c \
54 container_heap.c \ 55 container_heap.c \