Skip to content

Commit

Permalink
Factor Linux specific functionality out of libzutil
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Macy <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
  • Loading branch information
mattmacy authored and Ryan Moeller committed Sep 27, 2019
1 parent 7bb0c29 commit 96bbdc4
Show file tree
Hide file tree
Showing 4 changed files with 982 additions and 861 deletions.
6 changes: 6 additions & 0 deletions lib/libzutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ 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_import_os.c
endif

nodist_libzutil_la_SOURCES = $(USER_C)

libzutil_la_LIBADD = \
Expand Down
Loading

0 comments on commit 96bbdc4

Please sign in to comment.