diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-24 17:06:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-24 17:06:49 -0400 |
commit | 4b2ae5a16b67c826e63f5b3b7cc23169ac3a4652 (patch) | |
tree | 6b1e338235041e24171b31014595f2275162acab | |
parent | 2a902ae5251005aa565fdbeb53f8a84d8d52616d (diff) | |
download | tor-4b2ae5a16b67c826e63f5b3b7cc23169ac3a4652.tar.gz tor-4b2ae5a16b67c826e63f5b3b7cc23169ac3a4652.zip |
Include some content when exporting abs_top_srcdir and builddir
FreeBSD make demands this.
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |