]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/aclocal.m4
stepmake/aclocal.m4: --srcdir tarball build fix: include <src-dir>/lily/out.
[lilypond.git] / stepmake / aclocal.m4
index 27dfb0b511786545fbac52cf8655f89f56b79b1b..37bf7fe34f9f20451db7a37beddadff098359541 100644 (file)
@@ -401,6 +401,7 @@ EOF
 print 'depth=' + ('../' * ( $d-1 ) )
 print 'include \$(depth)/config\$(if \$(conf),-\$(conf),).make'
 print 'include \$(configure-srcdir)/$mf'
+print 'MODULE_INCLUDES += \$(src-dir)/\$(outbase)'
 EOF
            done
            for mf in `cd $srcdir ; find -maxdepth $d -mindepth $d -name '*.make' | grep -v config.make `; do