gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31714 - in gnunet/src: consensus experimentation include m


From: gnunet
Subject: [GNUnet-SVN] r31714 - in gnunet/src: consensus experimentation include multicast scalarproduct secretsharing
Date: Mon, 23 Dec 2013 20:31:55 +0100

Author: grothoff
Date: 2013-12-23 20:31:55 +0100 (Mon, 23 Dec 2013)
New Revision: 31714

Modified:
   gnunet/src/consensus/Makefile.am
   gnunet/src/experimentation/Makefile.am
   gnunet/src/include/Makefile.am
   gnunet/src/multicast/Makefile.am
   gnunet/src/scalarproduct/Makefile.am
   gnunet/src/secretsharing/Makefile.am
Log:
-fix build system issues

Modified: gnunet/src/consensus/Makefile.am
===================================================================
--- gnunet/src/consensus/Makefile.am    2013-12-23 19:22:27 UTC (rev 31713)
+++ gnunet/src/consensus/Makefile.am    2013-12-23 19:31:55 UTC (rev 31714)
@@ -8,7 +8,7 @@
   consensus.conf
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
@@ -52,7 +52,8 @@
   $(top_builddir)/src/set/libgnunetset.la
 
 gnunet_service_evil_consensus_SOURCES = \
- gnunet-service-consensus.c
+ gnunet-service-consensus.c \
+ consensus_protocol.h
 gnunet_service_evil_consensus_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
@@ -64,7 +65,8 @@
 gnunet_service_evil_consensus_CFLAGS = -DEVIL
 
 libgnunetconsensus_la_SOURCES = \
-  consensus_api.c
+  consensus_api.c \
+  consensus.h
 libgnunetconsensus_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(LTLIBINTL)

Modified: gnunet/src/experimentation/Makefile.am
===================================================================
--- gnunet/src/experimentation/Makefile.am      2013-12-23 19:22:27 UTC (rev 
31713)
+++ gnunet/src/experimentation/Makefile.am      2013-12-23 19:31:55 UTC (rev 
31714)
@@ -19,11 +19,11 @@
 
 if HAVE_EXPERIMENTAL
  TEXT_EXP_CLIQUE = test_experimentation_clique_connect 
test_experimentation_clique_run
-endif 
+endif
 
 check_PROGRAMS = \
  $(TEXT_EXP_CLIQUE)
- 
+
 if ENABLE_TEST_RUN
  TESTS = \
  $(TEXT_EXP_CLIQUE)
@@ -33,7 +33,7 @@
  gnunet-daemon-experimentation
 
 gnunet_daemon_experimentation_SOURCES = \
- gnunet-daemon-experimentation.c \
+ gnunet-daemon-experimentation.c gnunet-daemon-experimentation.h \
  gnunet-daemon-experimentation_capabilities.c \
  gnunet-daemon-experimentation_nodes.c \
  gnunet-daemon-experimentation_scheduler.c \
@@ -42,7 +42,7 @@
 gnunet_daemon_experimentation_LDADD = \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
-  $(top_builddir)/src/util/libgnunetutil.la 
+  $(top_builddir)/src/util/libgnunetutil.la
 
 test_experimentation_clique_connect_SOURCES = \
  test_experimentation_clique_connect.c
@@ -57,15 +57,15 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/testbed/libgnunettestbed.la
- 
+
 #test_experimentation_clique_run_SOURCES = \
 # test_experimentation_clique_run.c
 #test_experimentation_clique_run_LDADD = \
 # $(top_builddir)/src/util/libgnunetutil.la \
 # $(top_builddir)/src/statistics/libgnunetstatistics.la \
-# $(top_builddir)/src/testbed/libgnunettestbed.la 
- 
+# $(top_builddir)/src/testbed/libgnunettestbed.la
 
+
 EXTRA_DIST = \
  test_experimentation_clique.conf \
  test_experiments.exp
\ No newline at end of file

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2013-12-23 19:22:27 UTC (rev 31713)
+++ gnunet/src/include/Makefile.am      2013-12-23 19:31:55 UTC (rev 31714)
@@ -27,8 +27,9 @@
   gnunet_common.h \
   gnunet_constants.h \
   gnunet_configuration_lib.h \
+  gnunet_connection_lib.h \
+  gnunet_consensus_service.h \
   gnunet_container_lib.h \
-  gnunet_connection_lib.h \
   gnunet_conversation_service.h \
   gnunet_core_service.h \
   gnunet_crypto_lib.h \
@@ -81,6 +82,7 @@
   gnunet_revocation_service.h \
   gnunet_scalarproduct_service.h \
   gnunet_scheduler_lib.h \
+  gnunet_secretsharing_service.h \
   gnunet_server_lib.h \
   gnunet_service_lib.h \
   gnunet_set_service.h \

Modified: gnunet/src/multicast/Makefile.am
===================================================================
--- gnunet/src/multicast/Makefile.am    2013-12-23 19:22:27 UTC (rev 31713)
+++ gnunet/src/multicast/Makefile.am    2013-12-23 19:31:55 UTC (rev 31714)
@@ -8,7 +8,7 @@
   multicast.conf
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
@@ -18,8 +18,8 @@
 lib_LTLIBRARIES = libgnunetmulticast.la
 
 libgnunetmulticast_la_SOURCES = \
-  multicast_api.c 
-# multicast.h
+  multicast_api.c \
+  multicast.h
 libgnunetmulticast_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL) $(XLIB)
@@ -29,19 +29,19 @@
 
 
 bin_PROGRAMS = \
- gnunet-multicast 
+ gnunet-multicast
 
 libexec_PROGRAMS = \
  gnunet-service-multicast
 
 gnunet_multicast_SOURCES = \
- gnunet-multicast.c         
+ gnunet-multicast.c
 gnunet_multicast_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 
 gnunet_service_multicast_SOURCES = \
- gnunet-service-multicast.c         
+ gnunet-service-multicast.c
 gnunet_service_multicast_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
@@ -57,5 +57,5 @@
 test_multicast_api_SOURCES = \
  test_multicast_api.c
 test_multicast_api_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la  
+  $(top_builddir)/src/util/libgnunetutil.la
 

Modified: gnunet/src/scalarproduct/Makefile.am
===================================================================
--- gnunet/src/scalarproduct/Makefile.am        2013-12-23 19:22:27 UTC (rev 
31713)
+++ gnunet/src/scalarproduct/Makefile.am        2013-12-23 19:31:55 UTC (rev 
31714)
@@ -5,10 +5,10 @@
 libexecdir= $(pkglibdir)/libexec/
 
 pkgcfg_DATA = \
-  scalarproduct.conf 
+  scalarproduct.conf
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
@@ -30,7 +30,7 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/scalarproduct/libgnunetscalarproduct.la \
   -lgcrypt \
-  $(GN_LIBINTL) 
+  $(GN_LIBINTL)
 gnunet_scalarproduct_DEPENDENCIES = \
   libgnunetscalarproduct.la
 
@@ -44,7 +44,8 @@
   $(GN_LIBINTL)
 
 libgnunetscalarproduct_la_SOURCES = \
-  scalarproduct_api.c 
+  scalarproduct_api.c \
+  scalarproduct.h
 libgnunetscalarproduct_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -61,7 +62,7 @@
   test_scalarproduct.sh \
   test_scalarproduct_negative.sh \
   test_scalarproduct_negativezero.sh
-  
+
 if ENABLE_TEST_RUN
   TESTS = $(check_SCRIPTS)
 endif

Modified: gnunet/src/secretsharing/Makefile.am
===================================================================
--- gnunet/src/secretsharing/Makefile.am        2013-12-23 19:22:27 UTC (rev 
31713)
+++ gnunet/src/secretsharing/Makefile.am        2013-12-23 19:31:55 UTC (rev 
31714)
@@ -8,7 +8,7 @@
   secretsharing.conf
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
@@ -37,7 +37,8 @@
   libgnunetsecretsharing.la
 
 gnunet_service_secretsharing_SOURCES = \
- gnunet-service-secretsharing.c
+ gnunet-service-secretsharing.c \
+ secretsharing_protocol.h
 gnunet_service_secretsharing_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/consensus/libgnunetconsensus.la \
@@ -47,7 +48,8 @@
   $(top_builddir)/src/set/libgnunetset.la
 
 libgnunetsecretsharing_la_SOURCES = \
-  secretsharing_api.c
+  secretsharing_api.c \
+  secretsharing.h
 libgnunetsecretsharing_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(LTLIBINTL)




reply via email to

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