From cf0a6a5fc75cba13a3d5e8db320732f19bfcc01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 16 Mar 2011 16:18:59 +0000 Subject: [PATCH] tests: $(topsrc_dir) -> $(top_srcdir). --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9bba6033..0bd1bc40 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ TESTS_ENVIRONMENT = \ HYDRA_DBI="dbi:SQLite:db.sqlite" \ HYDRA_DATA="$(builddir)/data" \ - HYDRA_HOME="$(topsrc_dir)/src" \ + HYDRA_HOME="$(top_srcdir)/src" \ NIX_REMOTE= \ NIX_STATE_DIR="$(builddir)/nix/var/nix" \ NIX_STORE_DIR="$(builddir)/nix/store" \