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