From 8eb4abac6f3df5329b1bbd43d9f5655967c5eb57 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 19 Mar 2005 21:47:18 +0000 Subject: [PATCH] added '-I relay/' --- xwords4/common/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/common/config.mk b/xwords4/common/config.mk index 32d8e3e22..421de6c97 100644 --- a/xwords4/common/config.mk +++ b/xwords4/common/config.mk @@ -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)