diff options
author | Brian Behlendorf <[email protected]> | 2013-03-06 15:49:57 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-06 15:49:57 -0800 |
commit | ea5c4389fb7183f036b38e5ba171ac5a05798c4d (patch) | |
tree | 6f9d829b6e5e86b2d81bda59d50db79e2660f2bd /configure.ac | |
parent | 4bf3909e5186a978ea9bf5fb1409aa9777d40a35 (diff) | |
parent | 3d6af2dd6d598bebf6ab04d0e2b6f6ba6e5d0f00 (diff) |
Merge branch 'build-system'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 27d3356ec..c71bc1f53 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # UCRL-CODE-235197 # # This file is part of the SPL, Solaris Porting Layer. -# For details, see <http://github.com/behlendorf/spl/>. +# For details, see <http://zfsonlinux.org/>. # # The SPL is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the @@ -53,11 +53,19 @@ AC_CONFIG_FILES([ module/spl/Makefile module/splat/Makefile include/Makefile + include/fs/Makefile + include/linux/Makefile + include/rpc/Makefile + include/sharefs/Makefile + include/sys/Makefile + include/sys/fm/Makefile + include/sys/fs/Makefile + include/sys/sysevent/Makefile + include/util/Makefile + include/vm/Makefile scripts/Makefile spl.spec spl-modules.spec - PKGBUILD-spl - PKGBUILD-spl-modules spl.release dkms.conf ]) |