Remove SYNC_ATTR check
[zfs.git] / include / sys / Makefile.in
index 8964aae..4ab3927 100644 (file)
@@ -64,9 +64,9 @@ am__aclocal_m4_deps =  \
        $(top_srcdir)/config/user-frame-larger-than.m4 \
        $(top_srcdir)/config/user-ioctl.m4 \
        $(top_srcdir)/config/user-libblkid.m4 \
-       $(top_srcdir)/config/user-libshare.m4 \
        $(top_srcdir)/config/user-libuuid.m4 \
        $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
+       $(top_srcdir)/config/user-selinux.m4 \
        $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
        $(top_srcdir)/config/zfs-build.m4 \
        $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
@@ -132,6 +132,7 @@ am__kernel_HEADERS_DIST = $(top_srcdir)/include/sys/arc.h \
        $(top_srcdir)/include/sys/u8_textprep.h \
        $(top_srcdir)/include/sys/uberblock.h \
        $(top_srcdir)/include/sys/uberblock_impl.h \
+       $(top_srcdir)/include/sys/uio_impl.h \
        $(top_srcdir)/include/sys/unique.h \
        $(top_srcdir)/include/sys/uuid.h \
        $(top_srcdir)/include/sys/vdev_disk.h \
@@ -152,6 +153,7 @@ am__kernel_HEADERS_DIST = $(top_srcdir)/include/sys/arc.h \
        $(top_srcdir)/include/sys/zfs_stat.h \
        $(top_srcdir)/include/sys/zfs_vfsops.h \
        $(top_srcdir)/include/sys/zfs_znode.h \
+       $(top_srcdir)/include/sys/zfs_vnops.h \
        $(top_srcdir)/include/sys/zil.h \
        $(top_srcdir)/include/sys/zil_impl.h \
        $(top_srcdir)/include/sys/zio_checksum.h \
@@ -226,6 +228,7 @@ am__libzfs_HEADERS_DIST = $(top_srcdir)/include/sys/arc.h \
        $(top_srcdir)/include/sys/u8_textprep.h \
        $(top_srcdir)/include/sys/uberblock.h \
        $(top_srcdir)/include/sys/uberblock_impl.h \
+       $(top_srcdir)/include/sys/uio_impl.h \
        $(top_srcdir)/include/sys/unique.h \
        $(top_srcdir)/include/sys/uuid.h \
        $(top_srcdir)/include/sys/vdev_disk.h \
@@ -246,6 +249,7 @@ am__libzfs_HEADERS_DIST = $(top_srcdir)/include/sys/arc.h \
        $(top_srcdir)/include/sys/zfs_stat.h \
        $(top_srcdir)/include/sys/zfs_vfsops.h \
        $(top_srcdir)/include/sys/zfs_znode.h \
+       $(top_srcdir)/include/sys/zfs_vnops.h \
        $(top_srcdir)/include/sys/zil.h \
        $(top_srcdir)/include/sys/zil_impl.h \
        $(top_srcdir)/include/sys/zio_checksum.h \
@@ -343,6 +347,7 @@ LDFLAGS = @LDFLAGS@
 LIBBLKID = @LIBBLKID@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LIBSELINUX = @LIBSELINUX@
 LIBTOOL = @LIBTOOL@
 LIBUUID = @LIBUUID@
 LINUX = @LINUX@
@@ -495,6 +500,7 @@ COMMON_H = \
        $(top_srcdir)/include/sys/u8_textprep.h \
        $(top_srcdir)/include/sys/uberblock.h \
        $(top_srcdir)/include/sys/uberblock_impl.h \
+       $(top_srcdir)/include/sys/uio_impl.h \
        $(top_srcdir)/include/sys/unique.h \
        $(top_srcdir)/include/sys/uuid.h \
        $(top_srcdir)/include/sys/vdev_disk.h \
@@ -515,6 +521,7 @@ COMMON_H = \
        $(top_srcdir)/include/sys/zfs_stat.h \
        $(top_srcdir)/include/sys/zfs_vfsops.h \
        $(top_srcdir)/include/sys/zfs_znode.h \
+       $(top_srcdir)/include/sys/zfs_vnops.h \
        $(top_srcdir)/include/sys/zil.h \
        $(top_srcdir)/include/sys/zil_impl.h \
        $(top_srcdir)/include/sys/zio_checksum.h \