From 4996278dd4215141ee0271018ef9fd1f8a929bd1 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 5 Jan 2009 13:48:29 -0800 Subject: [PATCH] Refresh autogen products --- lib/libzfs/Makefile.in | 3 ++- lib/libzpool/Makefile.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libzfs/Makefile.in b/lib/libzfs/Makefile.in index 6ef9f01d66..5f0d0e9e87 100644 --- a/lib/libzfs/Makefile.in +++ b/lib/libzfs/Makefile.in @@ -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. diff --git a/lib/libzpool/Makefile.in b/lib/libzpool/Makefile.in index f6af41e6be..b815fbdcdd 100644 --- a/lib/libzpool/Makefile.in +++ b/lib/libzpool/Makefile.in @@ -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