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