aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/Makefile.am1
-rw-r--r--src/transport/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 03983eaa0..2f45ebdaf 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -121,6 +121,7 @@ gnunetinclude_HEADERS = \
121 gnunet_time_lib.h \ 121 gnunet_time_lib.h \
122 gnunet_transport_application_service.h \ 122 gnunet_transport_application_service.h \
123 gnunet_transport_communication_service.h \ 123 gnunet_transport_communication_service.h \
124 gnunet_transport_monitor_service.h \
124 gnunet_transport_core_service.h \ 125 gnunet_transport_core_service.h \
125 gnunet_transport_hello_service.h \ 126 gnunet_transport_hello_service.h \
126 gnunet_transport_testing_ng_lib.h \ 127 gnunet_transport_testing_ng_lib.h \
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index bf8cab3a9..ef84fa003 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -189,7 +189,7 @@ endif
189# $(GN_LIBINTL) 189# $(GN_LIBINTL)
190 190
191gnunet_service_tng_SOURCES = \ 191gnunet_service_tng_SOURCES = \
192 gnunet-service-tng.c 192 gnunet-service-tng.c transport.h
193gnunet_service_tng_LDADD = \ 193gnunet_service_tng_LDADD = \
194 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 194 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
195 $(top_builddir)/src/hello/libgnunethello.la \ 195 $(top_builddir)/src/hello/libgnunethello.la \