mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
added '-I relay/'
This commit is contained in:
parent
040df7f128
commit
7d84a2654f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue