X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=64141d9bce3096ce5cc2778d7628a1ce70350593;hb=c93504f03a0881992689069a8f78e17933dcd5b3;hp=0926c6a69aaabc77269dd3d4522e94ea433c6c54;hpb=6283f55ea1b91e680386388c17d14b89e344fa8d;p=zfs.git diff --git a/include/Makefile.am b/include/Makefile.am index 0926c6a..64141d9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,7 @@ -SUBDIRS = sys +SUBDIRS = linux sys COMMON_H = \ + $(top_srcdir)/include/zfeature_common.h \ $(top_srcdir)/include/zfs_comutil.h \ $(top_srcdir)/include/zfs_deleg.h \ $(top_srcdir)/include/zfs_fletcher.h \ @@ -27,6 +28,6 @@ libzfs_HEADERS = $(COMMON_H) $(USER_H) endif if CONFIG_KERNEL -kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION) +kerneldir = /usr/src/zfs-$(VERSION)/include kernel_HEADERS = $(COMMON_H) $(KERNEL_H) endif