summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94510fa9d8..848a8e29ff 100644
--- a/Makefile
+++ b/Makefile
@@ -255,7 +255,7 @@ COMMON_LIBS += $(FREETYPE_LIB)
endif
ifeq ($(GUI),yes)
COMMON_DEPS += Gui/libgui.a
-GUI_LIBS = Gui/libgui.a
+GUI_LIBS = Gui/libgui.a $(GTK_LIBS)
endif
.SUFFIXES: .cc .c .o
@@ -377,7 +377,6 @@ LIBS_MPLAYER = libvo/libvo.a \
$(VIDIX_LIBS) \
$(GUI_LIBS) \
$(COMMON_LIBS) \
- $(GTK_LIBS) \
$(VO_LIBS) \
$(AO_LIBS) \
$(EXTRA_LIB)\