]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - include/fs/Makefile.am
Remove custom install-data-local for headers
[mirror_spl-debian.git] / include / fs / Makefile.am
diff --git a/include/fs/Makefile.am b/include/fs/Makefile.am
new file mode 100644 (file)
index 0000000..2a36737
--- /dev/null
@@ -0,0 +1,13 @@
+COMMON_H =
+
+KERNEL_H = \
+       $(top_srcdir)/include/fs/fs_subr.h
+
+USER_H =
+
+EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
+
+if CONFIG_KERNEL
+kerneldir = /usr/src/spl-$(SPL_META_VERSION)-$(SPL_META_RELEASE)/$(LINUX_VERSION)/fs
+kernel_HEADERS = $(KERNEL_H)
+endif