According to the parameter list automake , no. Instead, you can remove the subdir-objects from the call to AM_INIT_AUTOMAKE and add it to the Makefile.am files where you really want it. You do this by placing the line AUTOMAKE_OPTIONS = subdir-objects at the top of any relevant Makefile.am . (There is no-subdir-objects option, apparently.)
source share