summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-13 03:05:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-13 03:05:08 +0000
commit7e18214f7dd6a3d51fff89c56762560b590033aa (patch)
tree3b88b9819186b6d116c3f2f27ebbcf67bf6fd25a /Gui
parent4e3bf509883fba4840a813384b7768bc854d74a5 (diff)
downloadmpv-7e18214f7dd6a3d51fff89c56762560b590033aa.tar.bz2
mpv-7e18214f7dd6a3d51fff89c56762560b590033aa.tar.xz
Streamline GUI build.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19057 b3059339-0415-0410-9bf9-f77b7e298cf2
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 \