summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 2c70f9e8d0..4804b9ea89 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -2,9 +2,9 @@ include ../config.mak
LIBNAME = libgui.a
-INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC)
+INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTK_INC)
-CFLAGS = $(OPTFLAGS) $(INCDIR) $(DEBUG)
+CFLAGS = $(OPTFLAGS) $(INCDIR) -DDEBUG
ifeq ($(TARGET_WIN32),yes)
SRCS = win32/dialogs.c \