Make automake 1.14 not yell about sources in subdirs

Tue, 29 Apr 2014 03:31:53 +0530

author
Ankit Vani <a@nevitus.org>
date
Tue, 29 Apr 2014 03:31:53 +0530
changeset 35933
67fbcda8b47f
parent 35932
1c082451371d
child 35956
5c8f2b588ec6
child 37141
b8af81b4fca8

Make automake 1.14 not yell about sources in subdirs

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Mon Apr 28 10:57:31 2014 +0200
+++ b/configure.ac	Tue Apr 29 03:31:53 2014 +0530
@@ -77,7 +77,7 @@
 AC_CANONICAL_HOST
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4macros])
-AM_INIT_AUTOMAKE([1.11 -Wno-portability dist-bzip2])
+AM_INIT_AUTOMAKE([1.11 -Wno-portability dist-bzip2 subdir-objects])
 AM_SILENT_RULES([yes])
 
 PURPLE_MAJOR_VERSION=purple_major_version

mercurial