summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)