Refine Makefiles
This commit is contained in:
parent
f429331a49
commit
76e1c54125
|
@ -6,7 +6,7 @@ DEFAULT_INCLUDES = \
|
|||
|
||||
lib_LTLIBRARIES = libuutil.la
|
||||
|
||||
libuutil_la_SOURCES =
|
||||
libuutil_la_SOURCES = \
|
||||
${top_srcdir}/lib/libuutil/uu_alloc.c \
|
||||
${top_srcdir}/lib/libuutil/uu_avl.c \
|
||||
${top_srcdir}/lib/libuutil/uu_dprintf.c \
|
||||
|
|
|
@ -2,8 +2,10 @@ include $(top_srcdir)/config/Rules.am
|
|||
|
||||
DEFAULT_INCLUDES = \
|
||||
-I${top_srcdir}/module/zcommon/include \
|
||||
-I${top_srcdir}/lib/libspl/include \
|
||||
-I${top_srcdir}/lib/libnvpair/include \
|
||||
-I${top_srcdir}/module/nvpair/include \
|
||||
-I${top_srcdir}/lib/libspl/include
|
||||
-I${top_srcdir}/module/zfs/include
|
||||
|
||||
lib_LTLIBRARIES = libzcommon.la
|
||||
|
||||
|
|
Loading…
Reference in New Issue