mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
e89f1295d4
Adds a libzutil for utility functions that are common to libzfs and libzpool consumers (most of what was in libzfs_import.c). This removes the need for utilities to link against both libzpool and libzfs. Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Don Brady <don.brady@delphix.com> Closes #8050
8 lines
393 B
Makefile
8 lines
393 B
Makefile
# NB: GNU Automake Manual, Chapter 8.3.5: Libtool Convenience Libraries
|
|
# These six libraries are intermediary build components.
|
|
SUBDIRS = libavl libefi libicp libshare libspl libtpool libzutil libunicode
|
|
|
|
# These four libraries, which are installed as the final build product,
|
|
# incorporate the six convenience libraries given above.
|
|
SUBDIRS += libuutil libnvpair libzpool libzfs_core libzfs
|