diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-09-19 14:36:06 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-09-19 14:36:06 +0000 |
commit | f2c25da088c177572d0a1de7e1aba036adbcf2f4 (patch) | |
tree | cb9f4e3270b9f38b8731d8b4badb8b46c32dc977 /src/util/Makefile.am | |
parent | 63eb0920ef2261e98dc0ff6310c303a5d8c163ce (diff) |
-implementing server-independent NC logic
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 0172df67f7..fc2238650f 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -94,6 +94,7 @@ libgnunetutil_la_SOURCES = \ load.c \ mst.c \ mq.c \ + nc.c \ network.c \ op.c \ os_installation.c \ |