Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
This commit is contained in:
commit
d9480e2bd0
|
@ -56,6 +56,9 @@ AC_CONFIG_FILES([
|
|||
doc/Makefile
|
||||
lib/Makefile
|
||||
lib/libspl/Makefile
|
||||
lib/libspl/asm-i686/Makefile
|
||||
lib/libspl/asm-x86_64/Makefile
|
||||
lib/libspl/include/Makefile
|
||||
lib/libavl/Makefile
|
||||
lib/libnvpair/Makefile
|
||||
lib/libunicode/Makefile
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
include $(top_srcdir)/config/Rules.am
|
||||
|
||||
SUBDIRS = asm-i686 asm-x86_64 include
|
||||
DEFAULT_INCLUDES += \
|
||||
-I${top_srcdir}/lib/libspl/include
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
noinst_HEADERS = *.S
|
|
@ -0,0 +1 @@
|
|||
noinst_HEADERS = *.S
|
|
@ -0,0 +1,6 @@
|
|||
noinst_HEADERS = *.h
|
||||
noinst_HEADERS += ia32/sys/*.h
|
||||
noinst_HEADERS += sys/*.h
|
||||
noinst_HEADERS += sys/fm/*.h
|
||||
noinst_HEADERS += sys/sysevent/*.h
|
||||
noinst_HEADERS += tsol/*.h
|
Loading…
Reference in New Issue