From c090d0da98cfc613b7b9b7227dd505735df224a6 Mon Sep 17 00:00:00 2001 From: pontscho Date: Sat, 23 Feb 2002 15:12:55 +0000 Subject: new gui interface, and gtk moved into mplayer process. fork ... bleh :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/gui.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gui/gui.mak') 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) -- cgit v1.2.3