build: fix 'out-of-tree' build
Prefix include paths with '${srcdir}' to allow 'out-of-tree' builds:
cd $BUILD
$LIBISCSI/configure
make
Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AM_CPPFLAGS=-I. -I../include "-D_U_=__attribute__((unused))" \
|
||||
AM_CPPFLAGS=-I. -I${srcdir}/../include "-D_U_=__attribute__((unused))" \
|
||||
"-D_R_(A,B)=__attribute__((format(printf,A,B)))"
|
||||
AM_CFLAGS=$(WARN_CFLAGS)
|
||||
LDADD = ../lib/libiscsi.la
|
||||
|
||||
Reference in New Issue
Block a user