diff options
author | phintuka <phintuka> | 2008-11-16 21:38:45 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-16 21:38:45 +0000 |
commit | ba811ef422f2de7b3ba5b64010f70ff00f9c5393 (patch) | |
tree | bf7aa8ab74ac563bd60b9e2e1815d1a30e5abe7d | |
parent | ebaeff6eea285133a4b116fe15a565f1cbef3f33 (diff) | |
download | xineliboutput-ba811ef422f2de7b3ba5b64010f70ff00f9c5393.tar.gz xineliboutput-ba811ef422f2de7b3ba5b64010f70ff00f9c5393.tar.bz2 |
Added logdefs.o to subplugins.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |