Don't search in local directories for include files.
Tinc's source code doesn't rely on this anymore, and this gets rid of potential conflicts with system headers.
This commit is contained in:
parent
fb1e69072e
commit
54127996ca
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ sbin_PROGRAMS = tincd tinc sptps_test
|
|||
|
||||
EXTRA_DIST = linux bsd solaris cygwin mingw openssl gcrypt
|
||||
|
||||
DEFAULT_INCLUDES =
|
||||
|
||||
tincd_SOURCES = \
|
||||
buffer.c \
|
||||
conf.c \
|
||||
|
|
Loading…
Reference in a new issue