Don't search in local directories for include files.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 17 Jul 2013 16:02:07 +0000 (18:02 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 17 Jul 2013 16:02:07 +0000 (18:02 +0200)
Tinc's source code doesn't rely on this anymore, and this gets rid of potential conflicts with
system headers.

src/Makefile.am

index 57e0b69..7531301 100644 (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 \