From 61da501f9d93f305d21d5d61fa3ecd476bdbac93 Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Thu, 24 Feb 2011 11:08:35 -0600 Subject: [PATCH] Add the new blkdev_compat.h header to the DIST target. Signed-off-by: Brian Behlendorf --- include/linux/Makefile.am | 3 ++- include/linux/Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/linux/Makefile.am b/include/linux/Makefile.am index 0ea6cfeda..44ffb411f 100644 --- a/include/linux/Makefile.am +++ b/include/linux/Makefile.am @@ -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 = diff --git a/include/linux/Makefile.in b/include/linux/Makefile.in index 91e0c6688..532fd60be 100644 --- a/include/linux/Makefile.in +++ b/include/linux/Makefile.in @@ -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/||"`;; \