Merge commit 'refs/top-bases/linux-have-libefi' into linux-have-libefi

This commit is contained in:
Brian Behlendorf 2008-12-23 10:17:10 -08:00
commit 8741d976b5
1 changed files with 33 additions and 18 deletions

View File

@ -56,7 +56,8 @@ ZFS_AC_CONFIG
ZFS_AC_LICENSE
ZFS_AC_DEBUG
AC_CONFIG_FILES([ Makefile
AC_CONFIG_FILES([
Makefile
config/Makefile
doc/Makefile
scripts/Makefile
@ -73,5 +74,19 @@ AC_CONFIG_FILES([ Makefile
cmd/zinject/Makefile
cmd/zpool/Makefile
cmd/ztest/Makefile
module/Makefile
module/avl/Makefile
module/avl/include/Makefile
module/avl/include/sys/Makefile
module/nvpair/Makefile
module/nvpair/include/Makefile
module/nvpair/include/sys/Makefile
module/zcommon/Makefile
module/zcommon/include/Makefile
module/zcommon/include/sys/Makefile
module/zcommon/include/sys/fs/Makefile
module/zcommon/include/sys/fm/Makefile
module/zcommon/include/sys/fm/fs/Makefile
module/zfs/Makefile
])
AC_OUTPUT