aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-15 11:45:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-15 11:45:20 +0100
commit9f3f1753e8bd2b43a611e8f465dee2c770c998f5 (patch)
treedd0f4ebc44e5cf9a0f5c373be8752e86e944d103 /src/util/Makefile.am
parent55d610bb34afb2c2c8503a4949941855bbf7aeb9 (diff)
downloadgnunet-9f3f1753e8bd2b43a611e8f465dee2c770c998f5.tar.gz
gnunet-9f3f1753e8bd2b43a611e8f465dee2c770c998f5.zip
move buffer library from GNU Taler to GNUnet
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 387f22a9f..369fcc6c1 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -39,6 +39,7 @@ libgnunetutil_la_SOURCES = \
39 bandwidth.c \ 39 bandwidth.c \
40 $(BENCHMARK) \ 40 $(BENCHMARK) \
41 bio.c \ 41 bio.c \
42 buffer.c \
42 client.c \ 43 client.c \
43 common_allocation.c \ 44 common_allocation.c \
44 common_endian.c \ 45 common_endian.c \