From: Christian Grothoff Date: Fri, 10 Jun 2011 14:54:34 +0000 (+0000) Subject: include X-Git-Tag: initial-import-from-subversion-38251~18255 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5d1fce16859e1263decfb1113957607e7468e792;p=oweals%2Fgnunet.git include --- diff --git a/src/include/Makefile.am b/src/include/Makefile.am index fcc106d10..04f300fad 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -24,6 +24,7 @@ gnunetinclude_HEADERS = \ gnunet_block_lib.h \ gnunet_block_plugin.h \ gnunet_client_lib.h \ + gnunet_chat_service.h \ gnunet_common.h \ gnunet_constants.h \ gnunet_configuration_lib.h \ @@ -43,6 +44,8 @@ gnunetinclude_HEADERS = \ gnunet_getopt_lib.h \ gnunet_hello_lib.h \ gnunet_load_lib.h \ + gnunet_mesh_service.h \ + gnunet_mesh_service_new.h \ gnunet_nat_lib.h \ gnunet_network_lib.h \ gnunet_os_lib.h \ diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 348fc687a..7cdf98c98 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -17,7 +17,7 @@ lib_LTLIBRARIES = \ libgnunetmeshnew.la libgnunetmesh_la_SOURCES = \ - mesh_api.c + mesh_api.c mesh_protocol.h libgnunetmesh_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/core/libgnunetcore.la \ diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 83caf3fcb..bba676eb9 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -110,7 +110,7 @@ gnunet_transport_wlan_helper_SOURCES = \ wlan/ieee80211_radiotap.h \ wlan/loopback_helper.h \ wlan/radiotap-parser.c wlan/radiotap-parser.h \ - gnunet-transport-wlan-helper.c + gnunet-transport-wlan-helper.c gnunet-transport-wlan-helper.h gnunet_transport_wlan_helper_dummy_SOURCES = \ wlan/radiotap-parser.c \