From: Nick Mathewson Date: Thu, 24 Sep 2015 21:06:49 +0000 (-0400) Subject: Include some content when exporting abs_top_srcdir and builddir X-Git-Tag: tor-0.2.7.3-rc~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b2ae5a16b67c826e63f5b3b7cc23169ac3a4652;p=thirdparty%2Ftor.git Include some content when exporting abs_top_srcdir and builddir FreeBSD make demands this. --- diff --git a/src/test/include.am b/src/test/include.am index 0b64299f42..9f142d5984 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -1,8 +1,8 @@ export PYTHON=@PYTHON@ export SHELL=@SHELL@ -export abs_top_srcdir -export builddir +export abs_top_srcdir=@abs_top_srcdir@ +export builddir=@builddir@ TESTSCRIPTS = src/test/test_zero_length_keys.sh