Merge commit 'refs/top-bases/linux-libspl' into linux-libspl
This commit is contained in:
commit
662df0d70a
|
@ -1,6 +1,6 @@
|
|||
# Default build options
|
||||
AM_FLAGS = -ggdb -O2 -std=c99
|
||||
AM_FLAGS += -Wall -Wstrict-prototypes -Wshadow
|
||||
AM_FLAGS += -Wall -Wstrict-prototypes -Wshadow -Werror
|
||||
|
||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||
# FIXME: consider removing this as soon as we reasonably can.
|
||||
|
|
|
@ -2,6 +2,7 @@ include $(top_srcdir)/config/Rules.am
|
|||
|
||||
DEFAULT_INCLUDES = \
|
||||
-I${top_srcdir}/module/zcommon/include \
|
||||
-I${top_srcdir}/module/nvpair/include \
|
||||
-I${top_srcdir}/lib/libspl/include
|
||||
|
||||
lib_LTLIBRARIES = libzcommon.la
|
||||
|
|
Loading…
Reference in New Issue