summaryrefslogtreecommitdiffstats
path: root/Gui/gui.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/gui.mak')
-rw-r--r--Gui/gui.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/gui.mak b/Gui/gui.mak
index dfcdc40b86..5e2e05bb6e 100644
--- a/Gui/gui.mak
+++ b/Gui/gui.mak
@@ -10,6 +10,6 @@ MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c
$(MPLAYERDIR)psignal.c $(GTKSRCS)
MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
-SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c
+SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c interface.c
OBJS = $(SRCS:.c=.o)