autotools: try to simplify our Makefile.am to reduce warnings.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 11 Aug 2014 16:10:18 +0000 (18:10 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 12 Aug 2014 09:19:57 +0000 (11:19 +0200)
configure.ac
src/Makefile.am
src/examples/eo/Makefile.am
src/examples/eolian_cxx/Makefile.am
src/examples/evas/Makefile.am

index e132b90..ba593c6 100644 (file)
@@ -16,7 +16,7 @@ AH_BOTTOM([
 
 AC_USE_SYSTEM_EXTENSIONS
 
-AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests])
+AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 CFOPT_WARNING=""
index 604ee4c..58b009e 100644 (file)
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = subdir-objects
-
 MAINTAINERCLEANFILES = Makefile.in
 CLEANFILES =
 BUILT_SOURCES =
index a90fe7c..d38b59f 100644 (file)
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = subdir-objects
-
 MAINTAINERCLEANFILES = Makefile.in
 
 AM_CPPFLAGS = \
index 253cd13..72fdbf9 100644 (file)
@@ -1,6 +1,3 @@
-
-AUTOMAKE_OPTIONS = subdir-objects
-
 MAINTAINERCLEANFILES = Makefile.in
 CLEANFILES =
 
index ec4ce88..8ce8cf0 100644 (file)
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = subdir-objects
-
 MAINTAINERCLEANFILES = Makefile.in
 
 include ../../Makefile_Edje_Helper.am