gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27502 - in gnunet/src: exit mesh regex vpn


From: gnunet
Subject: [GNUnet-SVN] r27502 - in gnunet/src: exit mesh regex vpn
Date: Thu, 20 Jun 2013 11:03:35 +0200

Author: grothoff
Date: 2013-06-20 11:03:35 +0200 (Thu, 20 Jun 2013)
New Revision: 27502

Modified:
   gnunet/src/exit/Makefile.am
   gnunet/src/mesh/Makefile.am
   gnunet/src/regex/Makefile.am
   gnunet/src/vpn/Makefile.am
Log:
renaming libgnunetregexnew to libgnunetregex

Modified: gnunet/src/exit/Makefile.am
===================================================================
--- gnunet/src/exit/Makefile.am 2013-06-20 09:02:43 UTC (rev 27501)
+++ gnunet/src/exit/Makefile.am 2013-06-20 09:03:35 UTC (rev 27502)
@@ -54,5 +54,5 @@
   $(top_builddir)/src/tun/libgnunettun.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
-  $(top_builddir)/src/regex/libgnunetregexnew.la \
+  $(top_builddir)/src/regex/libgnunetregex.la \
   $(GN_LIBINTL)

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2013-06-20 09:02:43 UTC (rev 27501)
+++ gnunet/src/mesh/Makefile.am 2013-06-20 09:03:35 UTC (rev 27502)
@@ -80,7 +80,7 @@
 gnunet_service_mesh_CFLAGS = $(AM_CFLAGS)
 gnunet_service_mesh_LDADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
-  $(top_builddir)/src/regex/libgnunetregexnew.la \
+  $(top_builddir)/src/regex/libgnunetregex.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
@@ -91,7 +91,7 @@
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/block/libgnunetblock.la \
-  $(top_builddir)/src/regex/libgnunetregexnew.la
+  $(top_builddir)/src/regex/libgnunetregex.la
 if LINUX
 gnunet_service_mesh_LDFLAGS = -lrt
 endif

Modified: gnunet/src/regex/Makefile.am
===================================================================
--- gnunet/src/regex/Makefile.am        2013-06-20 09:02:43 UTC (rev 27501)
+++ gnunet/src/regex/Makefile.am        2013-06-20 09:03:35 UTC (rev 27502)
@@ -38,7 +38,7 @@
 
 lib_LTLIBRARIES = \
   libgnunetregexblock.la \
-  libgnunetregexnew.la
+  libgnunetregex.la
 
 
 libgnunetregexblock_la_SOURCES = \
@@ -60,11 +60,11 @@
   libgnunetregexblock.la
 
 
-libgnunetregexnew_la_SOURCES = \
+libgnunetregex_la_SOURCES = \
   regex_api.c regex_ipc.h
-libgnunetregexnew_la_LIBADD = \
+libgnunetregex_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la 
-libgnunetregexnew_la_LDFLAGS = \
+libgnunetregex_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
    -version-info 3:0:0
 

Modified: gnunet/src/vpn/Makefile.am
===================================================================
--- gnunet/src/vpn/Makefile.am  2013-06-20 09:02:43 UTC (rev 27501)
+++ gnunet/src/vpn/Makefile.am  2013-06-20 09:03:35 UTC (rev 27502)
@@ -59,7 +59,7 @@
   $(top_builddir)/src/tun/libgnunettun.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
-  $(top_builddir)/src/regex/libgnunetregexnew.la \
+  $(top_builddir)/src/regex/libgnunetregex.la \
   $(GN_LIBINTL)
 gnunet_service_vpn_CFLAGS = \
   -I$(top_srcdir)/src/exit $(CFLAGS)




reply via email to

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