summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-16 21:38:45 +0000
committerphintuka <phintuka>2008-11-16 21:38:45 +0000
commitba811ef422f2de7b3ba5b64010f70ff00f9c5393 (patch)
treebf7aa8ab74ac563bd60b9e2e1815d1a30e5abe7d
parentebaeff6eea285133a4b116fe15a565f1cbef3f33 (diff)
downloadxineliboutput-ba811ef422f2de7b3ba5b64010f70ff00f9c5393.tar.gz
xineliboutput-ba811ef422f2de7b3ba5b64010f70ff00f9c5393.tar.bz2
Added logdefs.o to subplugins.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5f33251e..1c4657db 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.65 2008-11-16 10:00:04 phintuka Exp $
+# $Id: Makefile,v 1.66 2008-11-16 21:38:45 phintuka Exp $
#
# The official name of this plugin.
@@ -227,7 +227,7 @@ else
OBJS_MPG =
endif
-OBJS_FE_SO = xine_frontend.o xine/post.o
+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
ifeq ($(XINELIBOUTPUT_X11), yes)
OBJS_SXFE_SO = xine_sxfe_frontend.o $(OBJS_FE_SO)