when running automake copy missing files instead of symlinking them

This commit is contained in:
Yang Tse 2009-06-11 17:46:12 +00:00
parent 2c93f889fd
commit e592da5a59
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ ${libtoolize} --copy --automake --force
${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing
${AUTOMAKE:-automake} --add-missing --copy