gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20106 - in gnunet/src: ats dht gns mesh namestore vpn


From: gnunet
Subject: [GNUnet-SVN] r20106 - in gnunet/src: ats dht gns mesh namestore vpn
Date: Tue, 28 Feb 2012 11:10:31 +0100

Author: grothoff
Date: 2012-02-28 11:10:31 +0100 (Tue, 28 Feb 2012)
New Revision: 20106

Modified:
   gnunet/src/ats/Makefile.am
   gnunet/src/dht/Makefile.am
   gnunet/src/gns/Makefile.am
   gnunet/src/mesh/Makefile.am
   gnunet/src/namestore/Makefile.am
   gnunet/src/vpn/Makefile.am
Log:
-fix

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2012-02-28 10:01:05 UTC (rev 20105)
+++ gnunet/src/ats/Makefile.am  2012-02-28 10:10:31 UTC (rev 20106)
@@ -117,5 +117,5 @@
 
 EXTRA_DIST = \
   ats.h \
-  test_ats_api.conf
+  test_ats_api.conf 
 

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2012-02-28 10:01:05 UTC (rev 20105)
+++ gnunet/src/dht/Makefile.am  2012-02-28 10:10:31 UTC (rev 20106)
@@ -197,6 +197,7 @@
   test_dht_twopeer_data.conf \
   test_dht_multipeer_data.conf \
   test_dht_2dtorus.conf \
+  test_dht_line.conf \
   multipeer_topo.dat
 
 check_SCRIPTS = \

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2012-02-28 10:01:05 UTC (rev 20105)
+++ gnunet/src/gns/Makefile.am  2012-02-28 10:10:31 UTC (rev 20106)
@@ -89,4 +89,5 @@
 endif
 
 EXTRA_DIST = \
-  $(check_SCRIPTS) 
+  $(check_SCRIPTS) \
+  test_gns_twopeer.conf

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2012-02-28 10:01:05 UTC (rev 20105)
+++ gnunet/src/mesh/Makefile.am 2012-02-28 10:10:31 UTC (rev 20106)
@@ -138,4 +138,5 @@
 EXTRA_DIST = \
   test_mesh.conf \
   test_mesh_2dtorus.conf \
-  test_mesh_small.conf
\ No newline at end of file
+  test_mesh_small.conf \
+  test_mesh_path.conf

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2012-02-28 10:01:05 UTC (rev 20105)
+++ gnunet/src/namestore/Makefile.am    2012-02-28 10:10:31 UTC (rev 20106)
@@ -80,10 +80,10 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la  
 
-EXTRADIST = \
+EXTRA_DIST = \
   test_namestore_api.conf \
-  test_plugin_namestore_sqlite.conf \
-  hostkey
+  test_plugin_namestore_sqlite.conf 
+#  hostkey
 
 
 test_plugin_namestore_sqlite_SOURCES = \

Modified: gnunet/src/vpn/Makefile.am
===================================================================
--- gnunet/src/vpn/Makefile.am  2012-02-28 10:01:05 UTC (rev 20105)
+++ gnunet/src/vpn/Makefile.am  2012-02-28 10:10:31 UTC (rev 20106)
@@ -47,6 +47,8 @@
 TESTS = $(check_PROGRAMS)
 endif
 
+EXTRA_DIST = \
+  test_gnunet_vpn.conf
 
 gnunet_helper_vpn_SOURCES = \
  gnunet-helper-vpn.c




reply via email to

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