do not include /usr/local/include path
This should be done using the COMPILER_PATH environment variable if needed (in .bashrc), but should not really be needed at all. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -175,8 +175,7 @@ if ISCSITEST
|
||||
|
||||
noinst_PROGRAMS += bin/iscsi-test-cu
|
||||
# dist_noinst_HEADERS += test-tool/iscsi-test-cu.h
|
||||
bin_iscsi_test_cu_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/test-tool \
|
||||
-I/usr/local/include
|
||||
bin_iscsi_test_cu_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/test-tool
|
||||
bin_iscsi_test_cu_LDFLAGS = -ldl -lcunit
|
||||
bin_iscsi_test_cu_SOURCES = test-tool/iscsi-test-cu.c \
|
||||
test-tool/iscsi-support.c \
|
||||
|
||||
Reference in New Issue
Block a user