diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-06-15 11:18:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-06-15 11:18:29 +0000 |
commit | 43591012109e35be84cc4dad5fb91d08b50fc853 (patch) | |
tree | 24d4bf1aa9a5c2f4b4e7903b91bb4761cde4f0ad /src/vpn/Makefile.am | |
parent | 8b36455553e8e426d8771c78fe52211743607340 (diff) |
-use testing lib
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r-- | src/vpn/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 2af34f8e1..0f252990e 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -85,26 +85,26 @@ test_gnunet_vpn_4_over_SOURCES = \ test_gnunet_vpn.c test_gnunet_vpn_4_over_LDADD = -lmicrohttpd @LIBCURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la test_gnunet_vpn_6_over_SOURCES = \ test_gnunet_vpn.c test_gnunet_vpn_6_over_LDADD = -lmicrohttpd @LIBCURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la test_gnunet_vpn_4_to_6_SOURCES = \ test_gnunet_vpn.c test_gnunet_vpn_4_to_6_LDADD = -lmicrohttpd @LIBCURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la test_gnunet_vpn_6_to_4_SOURCES = \ test_gnunet_vpn.c test_gnunet_vpn_6_to_4_LDADD = -lmicrohttpd @LIBCURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ - $(top_builddir)/src/arm/libgnunetarm.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la |