summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-16 21:51:48 +0000
committerphintuka <phintuka>2008-11-16 21:51:48 +0000
commit6d002ab7be6c137fa622bcf1ca7257f0b6207731 (patch)
tree0d74abb2902c3c4bdcfd911fdcb0c3d2067caf5d
parent44fbd1c95bfd0e113f5a663e266f016f00009379 (diff)
downloadxineliboutput-6d002ab7be6c137fa622bcf1ca7257f0b6207731.tar.gz
xineliboutput-6d002ab7be6c137fa622bcf1ca7257f0b6207731.tar.bz2
... and removed duplicate logdefs.o from vdr-sxfe/vdr-fbfe
-rw-r--r--Makefile4
1 files 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)