From 544eba1729c27ac4c60a17f113f8b18c7f357d2b Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 4 Sep 2013 11:20:55 +0200 Subject: [PATCH] Enable subdir-objects for automake-1.14 Fixes warnings about source files in subdirectories, without having this option enabled. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4d79cc796..82d2d3677 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([pdns], [git]) dnl AC_SUBST([DIST_HOST], [TO_BE_PATCHED]) dnl End patch area. AC_CONFIG_SRCDIR([pdns/receiver.cc]) -AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability]) +AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CANONICAL_HOST LT_INIT -- 2.50.1