added '-I relay/'

This commit is contained in:
ehouse 2005-03-19 21:47:18 +00:00
parent 040df7f128
commit 7d84a2654f

View file

@ -16,7 +16,8 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
INCLUDES += -I../common -I./ COMMON_INCS = -I../common -I../relay
INCLUDES += $(COMMON_INCS) -I./
COMMONDIR ?= ../common COMMONDIR ?= ../common
COMMONOBJDIR = ../common/$(PLATFORM) COMMONOBJDIR = ../common/$(PLATFORM)