gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37356 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r37356 - gnunet/src/arm
Date: Fri, 24 Jun 2016 17:45:04 +0200

Author: grothoff
Date: 2016-06-24 17:45:03 +0200 (Fri, 24 Jun 2016)
New Revision: 37356

Modified:
   gnunet/src/arm/Makefile.am
Log:
bump ARM lib version

Modified: gnunet/src/arm/Makefile.am
===================================================================
--- gnunet/src/arm/Makefile.am  2016-06-24 15:31:56 UTC (rev 37355)
+++ gnunet/src/arm/Makefile.am  2016-06-24 15:45:03 UTC (rev 37356)
@@ -9,7 +9,7 @@
   arm.conf
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
@@ -26,7 +26,7 @@
   $(GN_LIBINTL) $(XLIB)
 libgnunetarm_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
-  -version-info 1:3:0
+  -version-info 2:0:0
 
 
 bin_PROGRAMS = \
@@ -39,7 +39,7 @@
  gnunet-service-arm
 
 gnunet_arm_SOURCES = \
- gnunet-arm.c         
+ gnunet-arm.c
 gnunet_arm_LDADD = \
   libgnunetarm.la \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -46,7 +46,7 @@
   $(GN_LIBINTL)
 
 gnunet_service_arm_SOURCES = \
- gnunet-service-arm.c 
+ gnunet-service-arm.c
 gnunet_service_arm_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
@@ -54,7 +54,7 @@
 mockup_service_SOURCES = \
   mockup-service.c
  mockup_service_LDADD = \
- $(top_builddir)/src/util/libgnunetutil.la  
+ $(top_builddir)/src/util/libgnunetutil.la
 
 
 check_PROGRAMS = \
@@ -76,7 +76,7 @@
  test_arm_api.c
 test_arm_api_LDADD = \
   libgnunetarm.la \
-  $(top_builddir)/src/util/libgnunetutil.la  
+  $(top_builddir)/src/util/libgnunetutil.la
 
 test_exponential_backoff_SOURCES = \
  test_exponential_backoff.c
@@ -88,7 +88,7 @@
  test_gnunet_service_arm.c
  test_gnunet_service_arm_LDADD = \
   libgnunetarm.la \
-  $(top_builddir)/src/util/libgnunetutil.la  
+  $(top_builddir)/src/util/libgnunetutil.la
 
 do_subst = $(SED) -e 's,address@hidden@],$(PYTHON),g'
 
@@ -102,4 +102,4 @@
 
 EXTRA_DIST = \
   test_arm_api_data.conf \
-  test_gnunet_arm.py.in 
+  test_gnunet_arm.py.in




reply via email to

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