Merge commit 'refs/top-bases/linux-have-uio-rw' into linux-have-uio-rw
This commit is contained in:
commit
07f84cad28
|
@ -6,7 +6,7 @@ DEFAULT_INCLUDES = \
|
||||||
|
|
||||||
lib_LTLIBRARIES = libuutil.la
|
lib_LTLIBRARIES = libuutil.la
|
||||||
|
|
||||||
libuutil_la_SOURCES =
|
libuutil_la_SOURCES = \
|
||||||
${top_srcdir}/lib/libuutil/uu_alloc.c \
|
${top_srcdir}/lib/libuutil/uu_alloc.c \
|
||||||
${top_srcdir}/lib/libuutil/uu_avl.c \
|
${top_srcdir}/lib/libuutil/uu_avl.c \
|
||||||
${top_srcdir}/lib/libuutil/uu_dprintf.c \
|
${top_srcdir}/lib/libuutil/uu_dprintf.c \
|
||||||
|
|
|
@ -2,8 +2,10 @@ include $(top_srcdir)/config/Rules.am
|
||||||
|
|
||||||
DEFAULT_INCLUDES = \
|
DEFAULT_INCLUDES = \
|
||||||
-I${top_srcdir}/module/zcommon/include \
|
-I${top_srcdir}/module/zcommon/include \
|
||||||
|
-I${top_srcdir}/lib/libspl/include \
|
||||||
|
-I${top_srcdir}/lib/libnvpair/include \
|
||||||
-I${top_srcdir}/module/nvpair/include \
|
-I${top_srcdir}/module/nvpair/include \
|
||||||
-I${top_srcdir}/lib/libspl/include
|
-I${top_srcdir}/module/zfs/include
|
||||||
|
|
||||||
lib_LTLIBRARIES = libzcommon.la
|
lib_LTLIBRARIES = libzcommon.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue