diff options
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 431bd7d0d..3647ca08e 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am | |||
@@ -88,6 +88,7 @@ libgnunetutil_la_SOURCES = \ | |||
88 | mq.c \ | 88 | mq.c \ |
89 | nc.c \ | 89 | nc.c \ |
90 | network.c \ | 90 | network.c \ |
91 | nt.c \ | ||
91 | op.c \ | 92 | op.c \ |
92 | os_installation.c \ | 93 | os_installation.c \ |
93 | os_network.c \ | 94 | os_network.c \ |
@@ -334,7 +335,6 @@ check_PROGRAMS = \ | |||
334 | test_os_start_process \ | 335 | test_os_start_process \ |
335 | test_common_logging_runtime_loglevels | 336 | test_common_logging_runtime_loglevels |
336 | 337 | ||
337 | |||
338 | test_child_management_SOURCES = \ | 338 | test_child_management_SOURCES = \ |
339 | test_child_management.c | 339 | test_child_management.c |
340 | test_child_management_LDADD = \ | 340 | test_child_management_LDADD = \ |