mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
17 lines
280 B
Makefile
17 lines
280 B
Makefile
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
|