From 6d002ab7be6c137fa622bcf1ca7257f0b6207731 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 16 Nov 2008 21:51:48 +0000 Subject: ... and removed duplicate logdefs.o from vdr-sxfe/vdr-fbfe --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c4657db..ca20c8bd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.66 2008-11-16 21:38:45 phintuka Exp $ +# $Id: Makefile,v 1.67 2008-11-16 21:51:48 phintuka Exp $ # # The official name of this plugin. @@ -228,7 +228,7 @@ else endif OBJS_FE_SO = xine_frontend.o xine/post.o logdefs.o -OBJS_FE = $(OBJS_FE_SO) logdefs.o tools/vdrdiscovery.o xine_frontend_main.o xine_frontend_lirc.o +OBJS_FE = $(OBJS_FE_SO) tools/vdrdiscovery.o xine_frontend_main.o xine_frontend_lirc.o ifeq ($(XINELIBOUTPUT_X11), yes) OBJS_SXFE_SO = xine_sxfe_frontend.o $(OBJS_FE_SO) OBJS_SXFE = xine_sxfe_frontend.o $(OBJS_FE) -- cgit v1.2.3