gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14071 - in gnunet/src: datacache datastore include nat tra


From: gnunet
Subject: [GNUnet-SVN] r14071 - in gnunet/src: datacache datastore include nat transport vpn
Date: Thu, 23 Dec 2010 23:43:08 +0100

Author: grothoff
Date: 2010-12-23 23:43:08 +0100 (Thu, 23 Dec 2010)
New Revision: 14071

Modified:
   gnunet/src/datacache/Makefile.am
   gnunet/src/datastore/Makefile.am
   gnunet/src/include/Makefile.am
   gnunet/src/nat/Makefile.am
   gnunet/src/transport/Makefile.am
   gnunet/src/vpn/Makefile.am
Log:
fixes

Modified: gnunet/src/datacache/Makefile.am
===================================================================
--- gnunet/src/datacache/Makefile.am    2010-12-23 22:32:57 UTC (rev 14070)
+++ gnunet/src/datacache/Makefile.am    2010-12-23 22:43:08 UTC (rev 14071)
@@ -25,7 +25,7 @@
   libgnunetdatacache.la
 
 libgnunetdatacache_la_SOURCES = \
-  datacache.c plugin_datacache.h
+  datacache.c 
 libgnunetdatacache_la_LIBADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \

Modified: gnunet/src/datastore/Makefile.am
===================================================================
--- gnunet/src/datastore/Makefile.am    2010-12-23 22:32:57 UTC (rev 14070)
+++ gnunet/src/datastore/Makefile.am    2010-12-23 22:43:08 UTC (rev 14071)
@@ -16,7 +16,7 @@
   libgnunetdatastore.la
 
 libgnunetdatastore_la_SOURCES = \
-  datastore_api.c datastore.h plugin_datastore.h
+  datastore_api.c datastore.h 
 libgnunetdatastore_la_LIBADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -30,7 +30,7 @@
  gnunet-service-datastore
 
 gnunet_service_datastore_SOURCES = \
- gnunet-service-datastore.c plugin_datastore.h
+ gnunet-service-datastore.c 
 gnunet_service_datastore_LDADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2010-12-23 22:32:57 UTC (rev 14070)
+++ gnunet/src/include/Makefile.am      2010-12-23 22:43:08 UTC (rev 14071)
@@ -15,6 +15,8 @@
   platform.h \
   plibc.h \
   $(WINPROC) \
+  block_dns.h \
+  block_fs.h \
   gnunet_arm_service.h \
   gnunet_bandwidth_lib.h \
   gnunet_bio_lib.h \

Modified: gnunet/src/nat/Makefile.am
===================================================================
--- gnunet/src/nat/Makefile.am  2010-12-23 22:32:57 UTC (rev 14070)
+++ gnunet/src/nat/Makefile.am  2010-12-23 22:43:08 UTC (rev 14071)
@@ -17,7 +17,8 @@
   upnp-igd-parse.c upnp-igd-parse.h \
   upnp-minixml.c upnp-minixml.h \
   upnp-reply-parse.c upnp-reply-parse.h bsdqueue.h \
-  nat.c 
+  nat.c nat.h \
+  natpmp.h 
 
 libgnunetnat_la_CFLAGS = \
  -DDEBUG_UPNP -g -O0

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2010-12-23 22:32:57 UTC (rev 14070)
+++ gnunet/src/transport/Makefile.am    2010-12-23 22:43:08 UTC (rev 14071)
@@ -100,7 +100,7 @@
   libgnunettransport.la                                
 
 gnunet_service_transport_SOURCES = \
- gnunet-service-transport.c plugin_transport.h 
+ gnunet-service-transport.c  
 gnunet_service_transport_LDADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
@@ -413,6 +413,7 @@
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/util/libgnunetutil.la  
 EXTRA_DIST = \
+  gnunet-transport-certificate-creation \
   test_transport_api_data.conf \
   test_transport_api_tcp_peer1.conf \
   test_transport_api_tcp_peer2.conf \

Modified: gnunet/src/vpn/Makefile.am
===================================================================
--- gnunet/src/vpn/Makefile.am  2010-12-23 22:32:57 UTC (rev 14070)
+++ gnunet/src/vpn/Makefile.am  2010-12-23 22:43:08 UTC (rev 14071)
@@ -35,8 +35,8 @@
 
 gnunet_daemon_vpn_SOURCES = \
  gnunet-daemon-vpn.c \
- gnunet-vpn-pretty-print.c \
- gnunet-dns-parser.c
+ gnunet-vpn-pretty-print.c gnunet-vpn-pretty-print.h \
+ gnunet-dns-parser.c gnunet-dns-parser.h
 gnunet_daemon_vpn_LDADD = \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -44,9 +44,9 @@
   $(GN_LIBINTL)
 
 gnunet_service_dns_SOURCES = \
- gnunet-service-dns.c \
- gnunet-vpn-pretty-print.c \
- gnunet-dns-parser.c
+ gnunet-service-dns.c gnunet-service-dns-p.h \
+ gnunet-vpn-pretty-print.c gnunet-vpn-pretty-print.h \
+ gnunet-dns-parser.c gnunet-dns-parser.h
 gnunet_service_dns_LDADD = \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -68,4 +68,5 @@
 # $(top_builddir)/src/transport/libgnunettransport.la \
 # $(top_builddir)/src/util/libgnunetutil.la  
 
-#EXTRA_DIST = test_transport_api_data.conf 
+EXTRA_DIST = \
+  gnunet-vpn-packet.h




reply via email to

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