summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 20:10:18 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 20:10:18 +0000
commit2a8b8d1d43787e9538b85d586d0ed7c617c030e7 (patch)
tree650819f220b2f4a9c2413c64304da47520e22691 /Gui/Makefile
parent478bb57c0ae2b2c2dd99069e2423625dd2989286 (diff)
downloadmpv-2a8b8d1d43787e9538b85d586d0ed7c617c030e7.tar.bz2
mpv-2a8b8d1d43787e9538b85d586d0ed7c617c030e7.tar.xz
cosmetic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8059 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/Makefile')
-rw-r--r--Gui/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 3ef0da7dab..6cfef35ad7 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -14,10 +14,9 @@ endif
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
-SRCS = wm/ws.c wm/wsxdnd.c app.c interface.c cfg.c \
- bitmap/bitmap.c \
+SRCS = wm/ws.c wm/wsxdnd.c app.c interface.c cfg.c bitmap.c \
skin/skin.c skin/font.c skin/cut.c \
- mplayer/mplayer.c mplayer/widgets.c mplayer/play.c \
+ mplayer/widgets.c mplayer/play.c mplayer/mw.c mplayer/sw.c mplayer/menu.c \
mplayer/gtk/menu.c mplayer/gtk/mb.c mplayer/gtk/about.c mplayer/gtk/pl.c mplayer/gtk/sb.c mplayer/gtk/fs.c mplayer/gtk/opts.c mplayer/gtk/url.c mplayer/gtk/eq.c
OBJS = $(SRCS:.c=.o)