X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2FMakefile.am;h=64141d9bce3096ce5cc2778d7628a1ce70350593;hb=105afebb1529c21c3fb1ef7101918ed9fb704942;hp=8f9c8d7292d7b660301e390428f1903157380d35;hpb=b40a77aefca3d0832396edd35f597100d152f163;p=zfs.git diff --git a/include/Makefile.am b/include/Makefile.am index 8f9c8d7..64141d9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,7 @@ 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)-$(ZFS_META_RELEASE)/$(LINUX_VERSION) +kerneldir = /usr/src/zfs-$(VERSION)/include kernel_HEADERS = $(COMMON_H) $(KERNEL_H) endif