added '-I relay/'

This commit is contained in:
ehouse 2005-03-19 21:47:18 +00:00
parent fc6095255d
commit 8eb4abac6f

View file

@ -16,7 +16,8 @@
# along with this program; if not, write to the Free Software
# 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
COMMONOBJDIR = ../common/$(PLATFORM)