aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-29 16:35:45 +0000
committerGabor X Toth <*@tg-x.net>2014-05-29 16:35:45 +0000
commit0a3564262a17b8e0dddb553c31bb783c99ee1ec1 (patch)
tree0297bfdcd4b51779a5eb7a63b1d9950098cc1efd /src/util/Makefile.am
parentf7c240021dc6f06e3e143713261305b127f20735 (diff)
downloadgnunet-0a3564262a17b8e0dddb553c31bb783c99ee1ec1.tar.gz
gnunet-0a3564262a17b8e0dddb553c31bb783c99ee1ec1.zip
client manager: higher level client API with a transmission queue and message handler registration
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 a33d6f63d..c8c760757 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -73,6 +73,7 @@ libgnunetutil_la_SOURCES = \
73 bandwidth.c \ 73 bandwidth.c \
74 bio.c \ 74 bio.c \
75 client.c \ 75 client.c \
76 client_manager.c \
76 common_allocation.c \ 77 common_allocation.c \
77 common_endian.c \ 78 common_endian.c \
78 common_logging.c \ 79 common_logging.c \