mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-27 04:32:16 +03:00
OpenZFS restructuring - libzutil
Factor Linux specific functionality out of libzutil. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Signed-off-by: Ryan Moeller <ryan@ixsystems.com> Closes #9356
This commit is contained in:
committed by
Brian Behlendorf
parent
e1c216fb0c
commit
7c5eff9400
@@ -3,14 +3,23 @@ include $(top_srcdir)/config/Rules.am
|
||||
# Suppress unused but set variable warnings often due to ASSERTs
|
||||
AM_CFLAGS += $(NO_UNUSED_BUT_SET_VARIABLE)
|
||||
|
||||
DEFAULT_INCLUDES += -I.
|
||||
|
||||
noinst_LTLIBRARIES = libzutil.la
|
||||
|
||||
USER_C = \
|
||||
zutil_device_path.c \
|
||||
zutil_import.c \
|
||||
zutil_import.h \
|
||||
zutil_nicenum.c \
|
||||
zutil_pool.c
|
||||
|
||||
if BUILD_LINUX
|
||||
USER_C += \
|
||||
os/linux/zutil_device_path_os.c \
|
||||
os/linux/zutil_import_os.c
|
||||
endif
|
||||
|
||||
nodist_libzutil_la_SOURCES = $(USER_C)
|
||||
|
||||
libzutil_la_LIBADD = \
|
||||
|
||||
Reference in New Issue
Block a user