From 54127996ca4156668b6c7df3bb5d8f952dc598ad Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 17 Jul 2013 18:02:07 +0200 Subject: [PATCH] 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. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 57e0b694..75313011 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ -- 2.20.1