INCLUDES = -I$(top_srcdir)/src/include
-SUBDIRS = contrib src po
+SUBDIRS = contrib m4 src po
EXTRA_DIST = \
ABOUT-NLS \
0.9.0pre0 [April]:
-* TRANSPORT: inbound sessions are not properly PING-PONG validated,
- connect-event is then not properly signalled (peer behind NAT
- never gets a 'connect' message) and finally we DO transmit
- data messages over the invalidated, only half-connect-signalled
- channel (which confuses the core state machine, or now causes
- transport-api assertion failures). [CG]
- => now fixed, but needs testing!
-* FS-acceptance testing [CG]
* Release checks:
- portability
- coverity
[use_gcov=yes], [use_gcov=no])
AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"])
-
+# Not in 0.9.0pre0
+# src/dv/Makefile
+# src/dht/Makefile
+# src/fragmentation/Makefile
AC_CONFIG_FILES([
Makefile
src/core/Makefile
src/datacache/Makefile
src/datastore/Makefile
-src/dv/Makefile
-src/dht/Makefile
-src/fragmentation/Makefile
src/fs/Makefile
src/hello/Makefile
src/include/Makefile
noinst_LIBRARIES = libgnunetfstest.a
libgnunetfs_la_SOURCES = \
- fs.c \
+ fs.c fs.h \
fs_collection.c \
fs_directory.c \
fs_download.c \
gnunet-daemon-hostlist
gnunet_daemon_hostlist_SOURCES = \
- gnunet-daemon-hostlist.c \
+ gnunet-daemon-hostlist.c gnunet-daemon-hostlist.h \
hostlist-client.c hostlist-client.h \
hostlist-server.c hostlist-server.h
gnunet_fs_service.h \
gnunet_getopt_lib.h \
gnunet_hello_lib.h \
+ gnunet_nat_lib.h \
gnunet_network_lib.h \
+ gnunet_os_lib.h \
gnunet_peer_lib.h \
gnunet_peerinfo_service.h \
+ gnunet_plugin_lib.h \
gnunet_program_lib.h \
gnunet_protocols.h \
gnunet_pseudonym_lib.h \
plugin.c \
program.c \
pseudonym.c \
- resolver_api.c \
+ resolver_api.c resolver.h \
scheduler.c \
server.c \
server_nc.c \
*/
#include "platform.h"
-#include <libltdl/ltdl.h>
+#include <ltdl.h>
#include "gnunet_common.h"
#include "gnunet_os_lib.h"
#include "gnunet_plugin_lib.h"