aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-20 09:03:35 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-20 09:03:35 +0000
commit5850050187efd11a296eb2d08da6d82fc4aeb155 (patch)
tree767f2e34103d6b9f7b8c6c9c1dbe0396600cb2e6
parent566b7539fcaf9c455da665cb641016d2cfbb1b47 (diff)
downloadgnunet-5850050187efd11a296eb2d08da6d82fc4aeb155.tar.gz
gnunet-5850050187efd11a296eb2d08da6d82fc4aeb155.zip
renaming libgnunetregexnew to libgnunetregex
-rw-r--r--src/exit/Makefile.am2
-rw-r--r--src/mesh/Makefile.am4
-rw-r--r--src/regex/Makefile.am8
-rw-r--r--src/vpn/Makefile.am2
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 = \
54 $(top_builddir)/src/tun/libgnunettun.la \ 54 $(top_builddir)/src/tun/libgnunettun.la \
55 $(top_builddir)/src/util/libgnunetutil.la \ 55 $(top_builddir)/src/util/libgnunetutil.la \
56 $(top_builddir)/src/mesh/libgnunetmesh.la \ 56 $(top_builddir)/src/mesh/libgnunetmesh.la \
57 $(top_builddir)/src/regex/libgnunetregexnew.la \ 57 $(top_builddir)/src/regex/libgnunetregex.la \
58 $(GN_LIBINTL) 58 $(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 = \
80gnunet_service_mesh_CFLAGS = $(AM_CFLAGS) 80gnunet_service_mesh_CFLAGS = $(AM_CFLAGS)
81gnunet_service_mesh_LDADD = \ 81gnunet_service_mesh_LDADD = \
82 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 82 $(top_builddir)/src/statistics/libgnunetstatistics.la \
83 $(top_builddir)/src/regex/libgnunetregexnew.la \ 83 $(top_builddir)/src/regex/libgnunetregex.la \
84 $(top_builddir)/src/util/libgnunetutil.la \ 84 $(top_builddir)/src/util/libgnunetutil.la \
85 $(top_builddir)/src/core/libgnunetcore.la \ 85 $(top_builddir)/src/core/libgnunetcore.la \
86 $(top_builddir)/src/dht/libgnunetdht.la \ 86 $(top_builddir)/src/dht/libgnunetdht.la \
@@ -91,7 +91,7 @@ gnunet_service_mesh_DEPENDENCIES = \
91 $(top_builddir)/src/dht/libgnunetdht.la \ 91 $(top_builddir)/src/dht/libgnunetdht.la \
92 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 92 $(top_builddir)/src/statistics/libgnunetstatistics.la \
93 $(top_builddir)/src/block/libgnunetblock.la \ 93 $(top_builddir)/src/block/libgnunetblock.la \
94 $(top_builddir)/src/regex/libgnunetregexnew.la 94 $(top_builddir)/src/regex/libgnunetregex.la
95if LINUX 95if LINUX
96gnunet_service_mesh_LDFLAGS = -lrt 96gnunet_service_mesh_LDFLAGS = -lrt
97endif 97endif
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 = \
38 38
39lib_LTLIBRARIES = \ 39lib_LTLIBRARIES = \
40 libgnunetregexblock.la \ 40 libgnunetregexblock.la \
41 libgnunetregexnew.la 41 libgnunetregex.la
42 42
43 43
44libgnunetregexblock_la_SOURCES = \ 44libgnunetregexblock_la_SOURCES = \
@@ -60,11 +60,11 @@ libgnunetregex_internal_a_DEPENDENCIES = \
60 libgnunetregexblock.la 60 libgnunetregexblock.la
61 61
62 62
63libgnunetregexnew_la_SOURCES = \ 63libgnunetregex_la_SOURCES = \
64 regex_api.c regex_ipc.h 64 regex_api.c regex_ipc.h
65libgnunetregexnew_la_LIBADD = \ 65libgnunetregex_la_LIBADD = \
66 $(top_builddir)/src/util/libgnunetutil.la 66 $(top_builddir)/src/util/libgnunetutil.la
67libgnunetregexnew_la_LDFLAGS = \ 67libgnunetregex_la_LDFLAGS = \
68 $(GN_LIB_LDFLAGS) \ 68 $(GN_LIB_LDFLAGS) \
69 -version-info 3:0:0 69 -version-info 3:0:0
70 70
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 = \
59 $(top_builddir)/src/tun/libgnunettun.la \ 59 $(top_builddir)/src/tun/libgnunettun.la \
60 $(top_builddir)/src/util/libgnunetutil.la \ 60 $(top_builddir)/src/util/libgnunetutil.la \
61 $(top_builddir)/src/mesh/libgnunetmesh.la \ 61 $(top_builddir)/src/mesh/libgnunetmesh.la \
62 $(top_builddir)/src/regex/libgnunetregexnew.la \ 62 $(top_builddir)/src/regex/libgnunetregex.la \
63 $(GN_LIBINTL) 63 $(GN_LIBINTL)
64gnunet_service_vpn_CFLAGS = \ 64gnunet_service_vpn_CFLAGS = \
65 -I$(top_srcdir)/src/exit $(CFLAGS) 65 -I$(top_srcdir)/src/exit $(CFLAGS)