Refresh autogen products

This commit is contained in:
Brian Behlendorf 2009-01-05 13:48:29 -08:00
parent 46d1c1ff3d
commit 4996278dd4
2 changed files with 3 additions and 1 deletions

View File

@ -221,7 +221,8 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libzfs/include \
-I${top_srcdir}/module/zfs -I${top_srcdir}/module/zfs/include \
-I${top_srcdir}/module/zcommon/include \
-I${top_srcdir}/module/nvpair/include \
-I${top_srcdir}/module/avl/include
-I${top_srcdir}/module/avl/include \
-I${top_srcdir}/module/unicode/include
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
# FIXME: consider removing this as soon as we reasonably can.

View File

@ -231,6 +231,7 @@ DEFAULT_INCLUDES = -I${top_srcdir} \
-I${top_srcdir}/module/zcommon/include \
-I${top_srcdir}/module/nvpair/include \
-I${top_srcdir}/module/avl/include \
-I${top_srcdir}/module/unicode/include \
-I${top_srcdir}/module/zfs/include
# FIXME: Quiet warnings not covered by the gcc-* patches. We should