diff --git a/configure.ac b/configure.ac index e132b906d5..ba593c6aea 100644 --- a/configure.ac +++ b/configure.ac @@ -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="" diff --git a/src/Makefile.am b/src/Makefile.am index 604ee4c6a0..58b009e8d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = subdir-objects - MAINTAINERCLEANFILES = Makefile.in CLEANFILES = BUILT_SOURCES = diff --git a/src/examples/eo/Makefile.am b/src/examples/eo/Makefile.am index a90fe7c819..d38b59ffdb 100644 --- a/src/examples/eo/Makefile.am +++ b/src/examples/eo/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = subdir-objects - MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \ diff --git a/src/examples/eolian_cxx/Makefile.am b/src/examples/eolian_cxx/Makefile.am index 253cd13a82..72fdbf969f 100644 --- a/src/examples/eolian_cxx/Makefile.am +++ b/src/examples/eolian_cxx/Makefile.am @@ -1,6 +1,3 @@ - -AUTOMAKE_OPTIONS = subdir-objects - MAINTAINERCLEANFILES = Makefile.in CLEANFILES = diff --git a/src/examples/evas/Makefile.am b/src/examples/evas/Makefile.am index ec4ce88988..8ce8cf0a2b 100644 --- a/src/examples/evas/Makefile.am +++ b/src/examples/evas/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = subdir-objects - MAINTAINERCLEANFILES = Makefile.in include ../../Makefile_Edje_Helper.am