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:
Guus Sliepen 2013-07-17 18:02:07 +02:00
parent fb1e69072e
commit 54127996ca

View file

@ -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 \