summaryrefslogtreecommitdiff
path: root/include/sys/fm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/fm/Makefile.am')
-rw-r--r--include/sys/fm/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/sys/fm/Makefile.am b/include/sys/fm/Makefile.am
new file mode 100644
index 000000000000..7c6c3d49b6e9
--- /dev/null
+++ b/include/sys/fm/Makefile.am
@@ -0,0 +1,17 @@
+SUBDIRS = fs
+
+COMMON_H = \
+ protocol.h \
+ util.h
+
+if CONFIG_USER
+libzfsdir = $(includedir)/libzfs/sys/fm
+libzfs_HEADERS = $(COMMON_H)
+endif
+
+if CONFIG_KERNEL
+if BUILD_LINUX
+kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fm
+kernel_HEADERS = $(COMMON_H)
+endif
+endif