diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-21 12:03:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-21 12:03:05 -0400 |
commit | 80a45835c4f8219dbbce20bed7ef534ba4718321 (patch) | |
tree | d7d9cf924d5fa428f1f255915592a07dd8fdc7e9 /src/or/include.am | |
parent | 848d21c24645cb4d1a6490ddec0f8e0cdb98da12 (diff) | |
download | tor-80a45835c4f8219dbbce20bed7ef534ba4718321.tar.gz tor-80a45835c4f8219dbbce20bed7ef534ba4718321.zip |
Is this the syntax that will make freebsd make happy?
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/include.am b/src/or/include.am index 5566d3cd46..959b26dcf9 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -123,9 +123,9 @@ src_or_tor_cov_LDADD = src/or/libtor-testing.a src/common/libor-testing.a \ src/common/libor-event-testing.a src/trunnel/libor-trunnel-testing.a \ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ \ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ @TOR_SYSTEMD_LIBS@ -TESTING_TOR_BINARY = $(top_builddir)/src/or/tor-cov +export TESTING_TOR_BINARY = $(top_builddir)/src/or/tor-cov else -TESTING_TOR_BINARY = $(top_builddir)/src/or/tor +export TESTING_TOR_BINARY = $(top_builddir)/src/or/tor endif ORHEADERS = \ |