Merge branch 'micro' into maint
[platform/upstream/automake.git] / t / subobj7.sh
old mode 100755 (executable)
new mode 100644 (file)
index 5dc9ea8..de73cc2
@@ -25,6 +25,7 @@ AC_OUTPUT
 END
 
 cat > Makefile.am << 'END'
+AUTOMAKE_OPTIONS = subdir-objects
 bin_PROGRAMS = wish
 wish_SOURCES = foo.c generic/a.c
 END