mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
added '-I relay/'
This commit is contained in:
parent
fc6095255d
commit
8eb4abac6f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue