Patch from Richard Sharpe <realrichardsharpe@gmail.com> fixing incorrect SCST include path

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1180 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-10-05 19:00:27 +00:00
parent cd8443bb4d
commit cce4a66ab8

View File

@@ -40,8 +40,8 @@ export LIBSAS := m
#SCST_INC_DIR := /usr/local/include/scst
#SCST_DIR := $(SCST_INC_DIR)
SCST_INC_DIR := $(SUBDIRS)/scst/include
SCST_DIR := $(shell pwd)/scst/src
SCST_INC_DIR := $(SUBDIRS)/../scst/include
SCST_DIR := $(shell pwd)/../scst/src
EXTRA_CFLAGS += -I$(SCST_INC_DIR)