aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-08-04 20:10:13 +0000
committerGabor X Toth <*@tg-x.net>2016-08-04 20:10:13 +0000
commit42fcd295dbcd71c399cf854525d86879095e4555 (patch)
treec7d32ac0cf10e012b1c258484d6ab44da5b83bbf /src/util/Makefile.am
parent1176977e921d068c2367dd080b92e4e5e4e0ae24 (diff)
downloadgnunet-42fcd295dbcd71c399cf854525d86879095e4555.tar.gz
gnunet-42fcd295dbcd71c399cf854525d86879095e4555.zip
op: lib for async operations
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 fe8ab01ea..d6c93cefb 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -94,6 +94,7 @@ libgnunetutil_la_SOURCES = \
94 load.c \ 94 load.c \
95 mq.c \ 95 mq.c \
96 network.c \ 96 network.c \
97 op.c \
97 os_installation.c \ 98 os_installation.c \
98 os_network.c \ 99 os_network.c \
99 os_priority.c \ 100 os_priority.c \