aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
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 /src/mesh/Makefile.am
parent566b7539fcaf9c455da665cb641016d2cfbb1b47 (diff)
downloadgnunet-5850050187efd11a296eb2d08da6d82fc4aeb155.tar.gz
gnunet-5850050187efd11a296eb2d08da6d82fc4aeb155.zip
renaming libgnunetregexnew to libgnunetregex
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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