gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33198 - in gnunet: doc/man pkgconfig src/conversation src/


From: gnunet
Subject: [GNUnet-SVN] r33198 - in gnunet: doc/man pkgconfig src/conversation src/exit src/fs src/pt src/scalarproduct src/set src/vpn
Date: Wed, 7 May 2014 14:07:41 +0200

Author: bartpolot
Date: 2014-05-07 14:07:41 +0200 (Wed, 07 May 2014)
New Revision: 33198

Modified:
   gnunet/doc/man/Makefile.am
   gnunet/pkgconfig/Makefile.am
   gnunet/src/conversation/Makefile.am
   gnunet/src/exit/Makefile.am
   gnunet/src/fs/Makefile.am
   gnunet/src/pt/Makefile.am
   gnunet/src/scalarproduct/Makefile.am
   gnunet/src/set/Makefile.am
   gnunet/src/vpn/Makefile.am
Log:
Update all am files

Modified: gnunet/doc/man/Makefile.am
===================================================================
--- gnunet/doc/man/Makefile.am  2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/doc/man/Makefile.am  2014-05-07 12:07:41 UTC (rev 33198)
@@ -18,7 +18,7 @@
   gnunet-gns-import.1 \
   gnunet-gns-proxy.1 \
   gnunet-identity.1 \
-  gnunet-mesh.1 \
+  gnunet-cadet.1 \
   gnunet-namecache.1 \
   gnunet-namestore.1 \
   gnunet-namestore-fcfsd.1 \

Modified: gnunet/pkgconfig/Makefile.am
===================================================================
--- gnunet/pkgconfig/Makefile.am        2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/pkgconfig/Makefile.am        2014-05-07 12:07:41 UTC (rev 33198)
@@ -18,7 +18,7 @@
        gnunetgns.pc \
        gnunethello.pc \
        gnunetidentity.pc \
-       gnunetmesh.pc \
+       gnunetcadet.pc \
        gnunetmicrophone.pc \
        gnunetmulticast.pc \
        gnunetmysql.pc \
@@ -74,7 +74,7 @@
        gnunetgns.pc.in \
        gnunethello.pc.in \
        gnunetidentity.pc.in \
-       gnunetmesh.pc.in \
+       gnunetcadet.pc.in \
        gnunetmicrophone.pc.in \
        gnunetmulticast.pc.in \
        gnunetmysql.pc.in \

Modified: gnunet/src/conversation/Makefile.am
===================================================================
--- gnunet/src/conversation/Makefile.am 2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/src/conversation/Makefile.am 2014-05-07 12:07:41 UTC (rev 33198)
@@ -147,7 +147,7 @@
   libgnunetconversation.la \
   libgnunetspeaker.la \
   libgnunetmicrophone.la \
-  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/cadet/libgnunetcadet.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(INTLLIBS)
 gnunet_service_conversation_LDFLAGS = \

Modified: gnunet/src/exit/Makefile.am
===================================================================
--- gnunet/src/exit/Makefile.am 2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/src/exit/Makefile.am 2014-05-07 12:07:41 UTC (rev 33198)
@@ -53,6 +53,6 @@
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/tun/libgnunettun.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/cadet/libgnunetcadet.la \
   $(top_builddir)/src/regex/libgnunetregex.la \
   $(GN_LIBINTL)

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/src/fs/Makefile.am   2014-05-07 12:07:41 UTC (rev 33198)
@@ -180,15 +180,15 @@
  gnunet-service-fs_pr.c gnunet-service-fs_pr.h \
  gnunet-service-fs_push.c gnunet-service-fs_push.h \
  gnunet-service-fs_put.c gnunet-service-fs_put.h \
- gnunet-service-fs_mesh_client.c gnunet-service-fs_mesh.h \
- gnunet-service-fs_mesh_server.c
+ gnunet-service-fs_cadet_client.c gnunet-service-fs_cadet.h \
+ gnunet-service-fs_cadet_server.c
 gnunet_service_fs_LDADD =  \
  $(top_builddir)/src/fs/libgnunetfs.la \
  $(top_builddir)/src/dht/libgnunetdht.la \
  $(top_builddir)/src/block/libgnunetblock.la \
  $(top_builddir)/src/datastore/libgnunetdatastore.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
- $(top_builddir)/src/mesh/libgnunetmesh.la \
+ $(top_builddir)/src/cadet/libgnunetcadet.la \
  $(top_builddir)/src/ats/libgnunetats.la \
  $(top_builddir)/src/core/libgnunetcore.la \
  $(top_builddir)/src/util/libgnunetutil.la \
@@ -235,7 +235,7 @@
  test_plugin_block_fs \
  test_fs_directory \
  test_fs_download \
- test_fs_download_mesh \
+ test_fs_download_cadet \
  test_fs_download_indexed \
  test_fs_download_persistence \
  test_fs_file_information \
@@ -255,7 +255,7 @@
  test_fs_uri \
  test_gnunet_service_fs_migration \
  test_gnunet_service_fs_p2p \
- test_gnunet_service_fs_p2p_mesh \
+ test_gnunet_service_fs_p2p_cadet \
  $(FS_BENCHMARKS)
 endif
 
@@ -301,7 +301,7 @@
  test_fs_test_lib \
  test_gnunet_service_fs_migration \
  test_gnunet_service_fs_p2p \
- test_gnunet_service_fs_p2p_mesh \
+ test_gnunet_service_fs_p2p_cadet \
  perf_gnunet_service_fs_p2p \
  perf_gnunet_service_fs_p2p_index \
  perf_gnunet_service_fs_p2p_respect \
@@ -330,9 +330,9 @@
   $(top_builddir)/src/fs/libgnunetfs.la  \
   $(top_builddir)/src/util/libgnunetutil.la
 
-test_fs_download_mesh_SOURCES = \
+test_fs_download_cadet_SOURCES = \
  test_fs_download.c
-test_fs_download_mesh_LDADD = \
+test_fs_download_cadet_LDADD = \
   $(top_builddir)/src/testing/libgnunettesting.la  \
   $(top_builddir)/src/fs/libgnunetfs.la  \
   $(top_builddir)/src/util/libgnunetutil.la
@@ -456,9 +456,9 @@
   $(top_builddir)/src/fs/libgnunetfs.la  \
   $(top_builddir)/src/util/libgnunetutil.la
 
-test_gnunet_service_fs_p2p_mesh_SOURCES = \
+test_gnunet_service_fs_p2p_cadet_SOURCES = \
  test_gnunet_service_fs_p2p.c
-test_gnunet_service_fs_p2p_mesh_LDADD = \
+test_gnunet_service_fs_p2p_cadet_LDADD = \
   $(top_builddir)/src/fs/libgnunetfstest.a \
   $(top_builddir)/src/testbed/libgnunettestbed.la \
   $(top_builddir)/src/fs/libgnunetfs.la  \
@@ -534,7 +534,7 @@
   test_fs_data.conf \
   test_fs_download_data.conf \
   test_fs_download_indexed.conf \
-  test_fs_download_mesh.conf \
+  test_fs_download_cadet.conf \
   test_fs_file_information_data.conf \
   fs_test_lib_data.conf \
   test_fs_list_indexed_data.conf \
@@ -544,7 +544,7 @@
   test_fs_unindex_data.conf \
   test_fs_uri_data.conf \
   test_gnunet_service_fs_migration_data.conf \
-  test_gnunet_service_fs_p2p_mesh.conf \
+  test_gnunet_service_fs_p2p_cadet.conf \
   test_gnunet_fs_idx_data.conf \
   test_gnunet_fs_psd_data.conf \
   test_gnunet_fs_rec_data.conf \

Modified: gnunet/src/pt/Makefile.am
===================================================================
--- gnunet/src/pt/Makefile.am   2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/src/pt/Makefile.am   2014-05-07 12:07:41 UTC (rev 33198)
@@ -24,7 +24,7 @@
  gnunet-daemon-pt.c
 gnunet_daemon_pt_LDADD = \
   $(top_builddir)/src/vpn/libgnunetvpn.la \
-  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/cadet/libgnunetcadet.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/dns/libgnunetdns.la \
   $(top_builddir)/src/dns/libgnunetdnsparser.la \

Modified: gnunet/src/scalarproduct/Makefile.am
===================================================================
--- gnunet/src/scalarproduct/Makefile.am        2014-05-07 12:07:39 UTC (rev 
33197)
+++ gnunet/src/scalarproduct/Makefile.am        2014-05-07 12:07:41 UTC (rev 
33198)
@@ -39,7 +39,7 @@
   gnunet-service-scalarproduct.c
 gnunet_service_scalarproduct_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/cadet/libgnunetcadet.la \
   $(top_builddir)/src/set/libgnunetset.la \
   $(LIBGCRYPT_LIBS) \
   -lgcrypt \

Modified: gnunet/src/set/Makefile.am
===================================================================
--- gnunet/src/set/Makefile.am  2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/src/set/Makefile.am  2014-05-07 12:07:41 UTC (rev 33198)
@@ -52,7 +52,7 @@
 gnunet_service_set_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
-  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/cadet/libgnunetcadet.la \
   $(top_builddir)/src/block/libgnunetblock.la \
   $(GN_LIBINTL)
 

Modified: gnunet/src/vpn/Makefile.am
===================================================================
--- gnunet/src/vpn/Makefile.am  2014-05-07 12:07:39 UTC (rev 33197)
+++ gnunet/src/vpn/Makefile.am  2014-05-07 12:07:41 UTC (rev 33198)
@@ -58,7 +58,7 @@
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/tun/libgnunettun.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/cadet/libgnunetcadet.la \
   $(top_builddir)/src/regex/libgnunetregex.la \
   $(GN_LIBINTL)
 gnunet_service_vpn_CFLAGS = \




reply via email to

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