diff options
author | Gunnar Beutner <[email protected]> | 2011-07-02 21:34:05 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-07-06 09:20:28 -0700 |
commit | 46e18b3f0fc13aa0859d0fef7dc829db20491ab6 (patch) | |
tree | f9815556b8493b9c9a6266a4428d74ba546b999d /lib/Makefile.am | |
parent | dc2a4a9136ab5f6e56f9ca8581ec1535adce6c36 (diff) |
Implemented sharing datasets via NFS using libshare.
The sharenfs and sharesmb properties depend on the libshare library
to export datasets via NFS and SMB. This commit implements the base
libshare functionality as well as support for managing NFS shares.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index c0f387896..0d518d220 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1,2 @@ -SUBDIRS = libspl libavl libefi libnvpair libunicode libuutil libzpool libzfs +SUBDIRS = libspl libavl libefi libnvpair libshare +SUBDIRS += libunicode libuutil libzpool libzfs |