]> granicus.if.org Git - zfs/commitdiff
Add the new blkdev_compat.h header to the DIST target.
authorDarik Horn <dajhorn@vanadac.com>
Thu, 24 Feb 2011 17:08:35 +0000 (11:08 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 24 Feb 2011 17:40:06 +0000 (09:40 -0800)
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/linux/Makefile.am
include/linux/Makefile.in

index 0ea6cfeda2c7920919c2abaa9463c607dad48617..44ffb411f2ee2028108705a211e59da2a5477a60 100644 (file)
@@ -3,7 +3,8 @@ COMMON_H =
 KERNEL_H = \
        $(top_srcdir)/include/linux/dcache_compat.h \
        $(top_srcdir)/include/linux/xattr_compat.h \
-       $(top_srcdir)/include/linux/vfs_compat.h
+       $(top_srcdir)/include/linux/vfs_compat.h \
+       $(top_srcdir)/include/linux/blkdev_compat.h
 
 USER_H =
 
index 91e0c66886610e0bde3f0656ee4d22871d0aa6af..532fd60be7d78accb2460faf1db521bffa44b1a1 100644 (file)
@@ -90,7 +90,8 @@ SOURCES =
 DIST_SOURCES =
 am__kernel_HEADERS_DIST = $(top_srcdir)/include/linux/dcache_compat.h \
        $(top_srcdir)/include/linux/xattr_compat.h \
-       $(top_srcdir)/include/linux/vfs_compat.h
+       $(top_srcdir)/include/linux/vfs_compat.h \
+       $(top_srcdir)/include/linux/blkdev_compat.h
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \