gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10942 - in gnunet: . src/fs src/hostlist src/include src/u


From: gnunet
Subject: [GNUnet-SVN] r10942 - in gnunet: . src/fs src/hostlist src/include src/util
Date: Fri, 16 Apr 2010 17:56:55 +0200

Author: grothoff
Date: 2010-04-16 17:56:55 +0200 (Fri, 16 Apr 2010)
New Revision: 10942

Modified:
   gnunet/Makefile.am
   gnunet/TODO
   gnunet/configure.ac
   gnunet/src/fs/Makefile.am
   gnunet/src/hostlist/Makefile.am
   gnunet/src/include/Makefile.am
   gnunet/src/util/Makefile.am
   gnunet/src/util/plugin.c
Log:
make dist related fixes

Modified: gnunet/Makefile.am
===================================================================
--- gnunet/Makefile.am  2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/Makefile.am  2010-04-16 15:56:55 UTC (rev 10942)
@@ -1,5 +1,5 @@
 INCLUDES = -I$(top_srcdir)/src/include
-SUBDIRS  = contrib src po
+SUBDIRS  = contrib m4 src po
 
 EXTRA_DIST = \
  ABOUT-NLS \

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/TODO 2010-04-16 15:56:55 UTC (rev 10942)
@@ -1,12 +1,4 @@
 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

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/configure.ac 2010-04-16 15:56:55 UTC (rev 10942)
@@ -638,8 +638,11 @@
                                         [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
 contrib/Makefile
@@ -650,9 +653,6 @@
 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

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/src/fs/Makefile.am   2010-04-16 15:56:55 UTC (rev 10942)
@@ -16,7 +16,7 @@
 noinst_LIBRARIES = libgnunetfstest.a
 
 libgnunetfs_la_SOURCES = \
-  fs.c \
+  fs.c fs.h \
   fs_collection.c \
   fs_directory.c \
   fs_download.c \

Modified: gnunet/src/hostlist/Makefile.am
===================================================================
--- gnunet/src/hostlist/Makefile.am     2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/src/hostlist/Makefile.am     2010-04-16 15:56:55 UTC (rev 10942)
@@ -9,7 +9,7 @@
  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 
 

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/src/include/Makefile.am      2010-04-16 15:56:55 UTC (rev 10942)
@@ -30,9 +30,12 @@
   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 \

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/src/util/Makefile.am 2010-04-16 15:56:55 UTC (rev 10942)
@@ -57,7 +57,7 @@
   plugin.c \
   program.c \
   pseudonym.c \
-  resolver_api.c \
+  resolver_api.c resolver.h \
   scheduler.c \
   server.c \
   server_nc.c \

Modified: gnunet/src/util/plugin.c
===================================================================
--- gnunet/src/util/plugin.c    2010-04-16 15:46:05 UTC (rev 10941)
+++ gnunet/src/util/plugin.c    2010-04-16 15:56:55 UTC (rev 10942)
@@ -25,7 +25,7 @@
  */
 
 #include "platform.h"
-#include <libltdl/ltdl.h>
+#include <ltdl.h>
 #include "gnunet_common.h"
 #include "gnunet_os_lib.h"
 #include "gnunet_plugin_lib.h"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]