diff options
author | Brian Behlendorf <[email protected]> | 2012-01-17 16:19:43 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-01-18 12:19:47 -0800 |
commit | b40a77aefca3d0832396edd35f597100d152f163 (patch) | |
tree | 61c33ec0dffadfc67e23f295cf2117903ba7a5e8 /include/sys/fm/fs/Makefile.in | |
parent | f783130a1f11616632a7a6f519140f97389688a6 (diff) |
Add the release component to headers
When the original build system code was added the release
component was accidentally omited from the development header
install path. This patch adds the missing path component so
it's always clear exactly what release your compiling against.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/sys/fm/fs/Makefile.in')
-rw-r--r-- | include/sys/fm/fs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/fm/fs/Makefile.in b/include/sys/fm/fs/Makefile.in index bbcb1c258..c9048db09 100644 --- a/include/sys/fm/fs/Makefile.in +++ b/include/sys/fm/fs/Makefile.in @@ -312,7 +312,7 @@ USER_H = EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H) @CONFIG_USER_TRUE@libzfsdir = $(includedir)/libzfs/sys/fm/fs @CONFIG_USER_TRUE@libzfs_HEADERS = $(COMMON_H) $(USER_H) -@CONFIG_KERNEL_TRUE@kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION)/sys/fm/fs +@CONFIG_KERNEL_TRUE@kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)-$(ZFS_META_RELEASE)/$(LINUX_VERSION)/sys/fm/fs @CONFIG_KERNEL_TRUE@kernel_HEADERS = $(COMMON_H) $(KERNEL_H) all: all-am |