diff options
author | Brian Behlendorf <[email protected]> | 2010-08-26 11:50:56 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-08-31 13:41:59 -0700 |
commit | a26baf285f71eb95f1eace8c79d12d647a694488 (patch) | |
tree | c9bba256209c678c623431835b09af50e20025f2 /configure.ac | |
parent | c28b227942b421ebdc03c9df9a012642fb517223 (diff) |
Add linux libspl support
All changes needed for the libspl layer. This includes modifications
to files directly copied from OpenSolaris and the addition of new
files needed to fill in the gaps.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 728a2dd7c..0b7ea81f7 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,11 @@ AC_CONFIG_FILES([ man/Makefile man/man8/Makefile lib/Makefile + lib/libspl/Makefile + lib/libspl/asm-generic/Makefile + lib/libspl/asm-i386/Makefile + lib/libspl/asm-x86_64/Makefile + lib/libspl/include/Makefile lib/libavl/Makefile lib/libefi/Makefile lib/libnvpair/Makefile |