e: use subdir-objects only on modules

autopoint/gettext stuff isn't happy at all with subdir-objects option in
configure.ac. We need this option to compile the modules or otherwise we
have a conflict in the generated objects.

big spankies to the gettext crowd.

"fix" it by only using subdir-objects in src/modules/Makefile.am, where
it's really needed.



SVN revision: 79208
This commit is contained in:
Lucas De Marchi 2012-11-13 09:09:06 +00:00
parent 4a4f40215e
commit 226756395e
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ AH_BOTTOM([
#endif /* EFL_CONFIG_H__ */
])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects -Wno-portability])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_GNU_SOURCE

View File

@ -1,4 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS =
CLEANFILES =