diff options
author | Brian Behlendorf <[email protected]> | 2013-02-13 14:01:00 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-01 16:55:06 -0800 |
commit | d1142fbffe720cd5f82691d7a00816ce72f4e2b2 (patch) | |
tree | fc19d2bf74f9c11029e3b4222f333426913cccb3 /configure.ac | |
parent | 0298f3d67ff4971513ff848d640ca431a983de43 (diff) |
Remove custom install-data-local for headers
Rather than use a custom install target it is cleaner to define
a 'kerneldir' and set 'kernel_HEADERS' appropriately. This
allows us to leverage the standing configure install support.
Additionally, I took this opertunity add the missing make files
to the include subdirectories.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 27d3356ec..f739a58bc 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,16 @@ AC_CONFIG_FILES([ module/spl/Makefile module/splat/Makefile include/Makefile + include/fs/Makefile + include/linux/Makefile + include/rpc/Makefile + include/sharefs/Makefile + include/sys/Makefile + include/sys/fm/Makefile + include/sys/fs/Makefile + include/sys/sysevent/Makefile + include/util/Makefile + include/vm/Makefile scripts/Makefile spl.spec spl-modules.spec |