summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0ee2ac474..e4c12f5071 100644
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,7 @@ SRCS_MENCODER += libvo/font_load_ft.c
COMMON_LIBS += $(FREETYPE_LIB)
endif
ifeq ($(GUI),yes)
-COMMON_DEPS += Gui/libgui.a
+MPLAYER_DEPS += Gui/libgui.a
LIBS_MPLAYER += Gui/libgui.a $(GTK_LIBS)
PARTS += Gui
endif