diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-20 09:03:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-20 09:03:35 +0000 |
commit | 5850050187efd11a296eb2d08da6d82fc4aeb155 (patch) | |
tree | 767f2e34103d6b9f7b8c6c9c1dbe0396600cb2e6 /src/vpn/Makefile.am | |
parent | 566b7539fcaf9c455da665cb641016d2cfbb1b47 (diff) |
renaming libgnunetregexnew to libgnunetregex
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r-- | src/vpn/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |