diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-06-09 15:35:06 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-06-09 15:35:06 +0000 |
commit | e0033c1da56e1889775d7dccf92ea78ee52e4d5c (patch) | |
tree | 82a835de1f924de68dff5702d9e2b46b2f64ffdd /src/topology | |
parent | 5e29c9683d2c0dfff71d2ead9ebb98d74a844bd5 (diff) |
-moving old testing code to legacy location
Diffstat (limited to 'src/topology')
-rw-r--r-- | src/topology/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am index 261be86190..4234625d60 100644 --- a/src/topology/Makefile.am +++ b/src/topology/Makefile.am @@ -36,7 +36,7 @@ endif test_gnunet_daemon_topology_SOURCES = \ test_gnunet_daemon_topology.c test_gnunet_daemon_topology_LDADD = \ - $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/testing_old/libgnunettesting_old.la \ $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ |