aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-19 14:36:06 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-19 14:36:06 +0000
commitf2c25da088c177572d0a1de7e1aba036adbcf2f4 (patch)
treecb9f4e3270b9f38b8731d8b4badb8b46c32dc977 /src/util/Makefile.am
parent63eb0920ef2261e98dc0ff6310c303a5d8c163ce (diff)
downloadgnunet-f2c25da088c177572d0a1de7e1aba036adbcf2f4.tar.gz
gnunet-f2c25da088c177572d0a1de7e1aba036adbcf2f4.zip
-implementing server-independent NC logic
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 0172df67f..fc2238650 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 mst.c \ 95 mst.c \
96 mq.c \ 96 mq.c \
97 nc.c \
97 network.c \ 98 network.c \
98 op.c \ 99 op.c \
99 os_installation.c \ 100 os_installation.c \