diff options
author | Brian Behlendorf <[email protected]> | 2008-12-17 11:12:06 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-17 11:12:06 -0800 |
commit | 7973e77bfc50184b22c46c796e0b76bd0d9596e8 (patch) | |
tree | 79221dec0339b5cf701da0c1818759e6969a7296 /lib/Makefile.am | |
parent | 0209bfd7a4e69b385d61613472f0b479c854d2ec (diff) |
Re-add zpool (part of it), we need to build it for the common bits
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f6601f9b1..3a759bce5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = libavl libnvpair libuutil libzfs # libzpool +SUBDIRS = libavl libnvpair libuutil libzfs libzpool |