include
authorChristian Grothoff <christian@grothoff.org>
Fri, 10 Jun 2011 14:54:34 +0000 (14:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 10 Jun 2011 14:54:34 +0000 (14:54 +0000)
src/include/Makefile.am
src/mesh/Makefile.am
src/transport/Makefile.am

index fcc106d10c299b84396bab9a44ad8f3b32e570a9..04f300fadffde00845b3044d1c56b0756d73415b 100644 (file)
@@ -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 \
index 348fc687ac33dbdb27e86ae5f815287e764d9db3..7cdf98c989ddb5c6fad9132710996c62b224f21f 100644 (file)
@@ -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 \
index 83caf3fcb4951dd7e57a5b2aa632b9e390b4802a..bba676eb90196f76cab33c2a921339d9268b365b 100644 (file)
@@ -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 \