mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
r13953@Kushana: nickm | 2007-08-08 07:40:46 -0700
Fix osx compilation. svn:r11065
This commit is contained in:
parent
080ab832c7
commit
da09efe13d
@ -13,6 +13,10 @@ if test -f /etc/redhat-release ; then
|
|||||||
CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
|
CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Not a no-op; we want to make sure that CPPFLAGS is set before we use
|
||||||
|
# the += operator on it in src/or/Makefile.am
|
||||||
|
CPPFLAGS="$CPPFLAGS -I../common"
|
||||||
|
|
||||||
AC_ARG_ENABLE(debug,
|
AC_ARG_ENABLE(debug,
|
||||||
AS_HELP_STRING(--enable-debug, compile with debugging info),
|
AS_HELP_STRING(--enable-debug, compile with debugging info),
|
||||||
[if test x$enableval = xyes; then
|
[if test x$enableval = xyes; then
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
CPPFLAGS += -I../common
|
|
||||||
|
|
||||||
TESTS = test
|
TESTS = test
|
||||||
|
|
||||||
noinst_PROGRAMS = test
|
noinst_PROGRAMS = test
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
CPPFLAGS += -I../common
|
|
||||||
|
|
||||||
bin_PROGRAMS = tor-resolve tor-gencert
|
bin_PROGRAMS = tor-resolve tor-gencert
|
||||||
|
|
||||||
tor_resolve_SOURCES = tor-resolve.c
|
tor_resolve_SOURCES = tor-resolve.c
|
||||||
|
Loading…
Reference in New Issue
Block a user