diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-07 21:04:14 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-07 21:04:14 +0000 |
commit | 83e1eed13d1b566420b416fef2ec044cfd3ba92b (patch) | |
tree | 3e809bd0883bc06c7ad94fb8eb59d7732a2894ce /Gui/gui.mak | |
parent | 70c0a8df28688ae933c392fdf0ccecc88c57bd6e (diff) |
some bug fix, and add decoration item to skin conffile. faszom(C)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1867 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/gui.mak')
-rw-r--r-- | Gui/gui.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/gui.mak b/Gui/gui.mak index 8fd93b3627..1ec3294ec5 100644 --- a/Gui/gui.mak +++ b/Gui/gui.mak @@ -6,6 +6,6 @@ MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c $(MPLAYERDIR)psignal.c MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) -SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c +SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c language.c error.c OBJS = $(SRCS:.c=.o) |