]> granicus.if.org Git - pdns/commitdiff
Enable subdir-objects for automake-1.14
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Wed, 4 Sep 2013 09:20:55 +0000 (11:20 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 17 Oct 2013 19:39:53 +0000 (21:39 +0200)
Fixes warnings about source files in subdirectories, without having
this option enabled.

configure.ac

index 6e01b40ebb1e2c84688dcfba99f5f8d22f59677e..463f9a842bf8bee3fe49300622ca1f8bfd5e8b9d 100644 (file)
@@ -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