]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/Makefile.am
Prepare SPL repo to merge with ZFS repo
[mirror_spl.git] / include / Makefile.am
diff --git a/include/Makefile.am b/include/Makefile.am
deleted file mode 100644 (file)
index 3200222..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-SUBDIRS = fs linux rpc sharefs sys util vm
-
-COMMON_H =
-
-KERNEL_H = \
-       $(top_srcdir)/include/splat-ctl.h \
-       $(top_srcdir)/include/spl-ctl.h \
-       $(top_srcdir)/include/strings.h \
-       $(top_srcdir)/include/unistd.h
-
-USER_H =
-
-EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
-
-if CONFIG_KERNEL
-kerneldir = @prefix@/src/spl-$(VERSION)/include
-kernel_HEADERS = $(KERNEL_H)
-endif