mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
Is this the syntax that will make freebsd make happy?
This commit is contained in:
parent
848d21c246
commit
80a45835c4
@ -25,8 +25,6 @@ include src/include.am
|
|||||||
include doc/include.am
|
include doc/include.am
|
||||||
include contrib/include.am
|
include contrib/include.am
|
||||||
|
|
||||||
export TESTING_TOR_BINARY
|
|
||||||
|
|
||||||
EXTRA_DIST+= \
|
EXTRA_DIST+= \
|
||||||
ChangeLog \
|
ChangeLog \
|
||||||
INSTALL \
|
INSTALL \
|
||||||
|
@ -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 \
|
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_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ \
|
||||||
@TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ @TOR_SYSTEMD_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
|
else
|
||||||
TESTING_TOR_BINARY = $(top_builddir)/src/or/tor
|
export TESTING_TOR_BINARY = $(top_builddir)/src/or/tor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ORHEADERS = \
|
ORHEADERS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user