gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16812 - in gnunet/src: fragmentation include transport


From: gnunet
Subject: [GNUnet-SVN] r16812 - in gnunet/src: fragmentation include transport
Date: Tue, 13 Sep 2011 14:47:41 +0200

Author: grothoff
Date: 2011-09-13 14:47:40 +0200 (Tue, 13 Sep 2011)
New Revision: 16812

Modified:
   gnunet/src/fragmentation/Makefile.am
   gnunet/src/include/Makefile.am
   gnunet/src/transport/Makefile.am
Log:
adding missing files

Modified: gnunet/src/fragmentation/Makefile.am
===================================================================
--- gnunet/src/fragmentation/Makefile.am        2011-09-13 12:44:25 UTC (rev 
16811)
+++ gnunet/src/fragmentation/Makefile.am        2011-09-13 12:47:40 UTC (rev 
16812)
@@ -11,7 +11,7 @@
 lib_LTLIBRARIES = libgnunetfragmentation.la
 
 libgnunetfragmentation_la_SOURCES = \
-  fragmentation.c \
+  fragmentation.c fragmentation.h \
   defragmentation.c 
 libgnunetfragmentation_la_LIBADD = -lm \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2011-09-13 12:44:25 UTC (rev 16811)
+++ gnunet/src/include/Makefile.am      2011-09-13 12:47:40 UTC (rev 16812)
@@ -20,6 +20,7 @@
   block_fs.h \
   gnunet_applications.h \
   gnunet_arm_service.h \
+  gnunet_ats   _service.h \
   gnunet_bandwidth_lib.h \
   gnunet_bio_lib.h \
   gnunet_block_lib.h \
@@ -49,6 +50,7 @@
   gnunet_mesh_service_new.h \
   gnunet_nat_lib.h \
   gnunet_network_lib.h \
+  gnunet_nse_service.h \
   gnunet_os_lib.h \
   gnunet_peer_lib.h \
   gnunet_peerinfo_service.h \

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-09-13 12:44:25 UTC (rev 16811)
+++ gnunet/src/transport/Makefile.am    2011-09-13 12:47:40 UTC (rev 16812)
@@ -60,7 +60,7 @@
   libgnunettransporttesting.la
 
 libgnunettransporttesting_la_SOURCES = \
-       transport-testing.c
+  transport-testing.c transport-testing.h
 libgnunettransporttesting_la_LIBADD = \
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/hello/libgnunethello.la \




reply via email to

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