From d31277abb1db51dece836dd47628ca42c07e528c Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Wed, 2 Oct 2019 10:39:48 -0700 Subject: OpenZFS restructuring - libspl Factor Linux specific pieces out of libspl. Reviewed-by: Ryan Moeller Reviewed-by: Sean Eric Fagan Reviewed-by: Brian Behlendorf Signed-off-by: Matt Macy Closes #9336 --- cmd/zpool/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cmd/zpool/Makefile.am') diff --git a/cmd/zpool/Makefile.am b/cmd/zpool/Makefile.am index 42b19ef23..b9e221c1f 100644 --- a/cmd/zpool/Makefile.am +++ b/cmd/zpool/Makefile.am @@ -1,9 +1,6 @@ include $(top_srcdir)/config/Rules.am -DEFAULT_INCLUDES += \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/lib/libspl/include \ - -I. +DEFAULT_INCLUDES += -I. sbin_PROGRAMS = zpool -- cgit v1.2.3