Add missing libspl+libzpool libs to libzfs
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 3 Mar 2011 23:45:28 +0000 (15:45 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 3 Mar 2011 23:48:57 +0000 (15:48 -0800)
The libspl and libzpool libraries were missing from the libzfs
Makefile.am.  They should be explicitly listed to avoid build
issues when compiling static libraries and binaries.

Additionally, ensure libzpool is built before libzfs because
libzfs is dependent on libzpool.  This was also exposed as an
issue when forcing static linking.


No differences found