From 5850050187efd11a296eb2d08da6d82fc4aeb155 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Jun 2013 09:03:35 +0000 Subject: [PATCH] renaming libgnunetregexnew to libgnunetregex --- src/exit/Makefile.am | 2 +- src/mesh/Makefile.am | 4 ++-- src/regex/Makefile.am | 8 ++++---- src/vpn/Makefile.am | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am index 93a26801f..341df6ad8 100644 --- a/src/exit/Makefile.am +++ b/src/exit/Makefile.am @@ -54,5 +54,5 @@ gnunet_daemon_exit_LDADD = \ $(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) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index bf1eed0e5..2f69ce48a 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -80,7 +80,7 @@ gnunet_service_mesh_SOURCES = \ 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 @@ gnunet_service_mesh_DEPENDENCIES = \ $(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 diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index e1c41d91e..79cc41bbe 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -38,7 +38,7 @@ noinst_LIBRARIES = \ lib_LTLIBRARIES = \ libgnunetregexblock.la \ - libgnunetregexnew.la + libgnunetregex.la libgnunetregexblock_la_SOURCES = \ @@ -60,11 +60,11 @@ libgnunetregex_internal_a_DEPENDENCIES = \ 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 diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index d4c985116..8b67a3373 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -59,7 +59,7 @@ gnunet_service_vpn_LDADD = \ $(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) -- 2.25.1