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