From ac9e32ff91ee2318c49808522f0c7d458c79eb44 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 28 Feb 2016 15:48:19 +0100 Subject: [PATCH] Use nostdinc instead of overriding DEFAULT_INCLUDES. --- configure.ac | 2 +- src/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b51c47b3..dfdef20c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.61) AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//')) AC_CONFIG_SRCDIR([src/tincd.c]) AC_GNU_SOURCE -AM_INIT_AUTOMAKE([std-options subdir-objects -Wall]) +AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/Makefile.am b/src/Makefile.am index 035717b8..dacfbfc9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,8 +13,6 @@ if LINUX sbin_PROGRAMS += sptps_speed endif -DEFAULT_INCLUDES = - ed25519_SOURCES = \ ed25519/add_scalar.c \ ed25519/ed25519.h \ -- 2.20.1