mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
autoconf: single-step includes
Still descend, but only once: we get a lot of mileage out of nodist_ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
COMMON_H = \
|
||||
zfs.h
|
||||
|
||||
if CONFIG_USER
|
||||
libzfsdir = $(includedir)/libzfs/sys/fs
|
||||
libzfs_HEADERS = $(COMMON_H)
|
||||
endif
|
||||
|
||||
if CONFIG_KERNEL
|
||||
if BUILD_LINUX
|
||||
kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fs
|
||||
kernel_HEADERS = $(COMMON_H)
|
||||
endif
|
||||
endif
|
||||
Reference in New Issue
Block a user