From 7264d6f0e2017254be53669a8b45ee9043264caa Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 18 Dec 2011 09:25:45 +0000 Subject: [PATCH] Fix the build for Linux --- JGE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/Makefile b/JGE/Makefile index a55d9d3a4..2849fa678 100644 --- a/JGE/Makefile +++ b/JGE/Makefile @@ -81,7 +81,7 @@ ifeq ($(TARGET_ARCHITECTURE),linux) OBJS = $(GENERIC_OBJS) $(LINUX_OBJS) TARGET_LIB = libjge.a TARGET_HGE = libhgetools.a -INCDIR = $(shell freetype-config --cflags 2> /dev/null) -I/usr/X11/include -I../Boost +INCDIR = $(shell freetype-config --cflags 2> /dev/null) -I/usr/X11/include -I../Boost -Isrc/zipFS -Iinclude/ CXXFLAGS += -DLINUX $(FMOD) CXXFLAGS += $(INCDIR) LIBDIR = lib/linux