]> git.proxmox.com Git - mirror_zfs.git/commit
Remove custom install-data-local for headers
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 13 Feb 2013 22:01:00 +0000 (14:01 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 2 Mar 2013 00:55:06 +0000 (16:55 -0800)
commitd1142fbffe720cd5f82691d7a00816ce72f4e2b2
treefc19d2bf74f9c11029e3b4222f333426913cccb3
parent0298f3d67ff4971513ff848d640ca431a983de43
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 <behlendorf1@llnl.gov>
13 files changed:
Makefile.am
configure.ac
include/Makefile.am
include/fs/Makefile.am [new file with mode: 0644]
include/linux/Makefile.am [new file with mode: 0644]
include/rpc/Makefile.am [new file with mode: 0644]
include/sharefs/Makefile.am [new file with mode: 0644]
include/sys/Makefile.am [new file with mode: 0644]
include/sys/fm/Makefile.am [new file with mode: 0644]
include/sys/fs/Makefile.am [new file with mode: 0644]
include/sys/sysevent/Makefile.am [new file with mode: 0644]
include/util/Makefile.am [new file with mode: 0644]
include/vm/Makefile.am [new file with mode: 0644]