diff options
-rw-r--r-- | Makefile | 9 |
1 files changed, 2 insertions, 7 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.59 2008-11-13 23:56:58 phintuka Exp $ +# $Id: Makefile,v 1.60 2008-11-14 00:54:09 phintuka Exp $ # # The official name of this plugin. @@ -238,7 +238,7 @@ endif ifeq ($(XINELIBOUTPUT_FB), yes) OBJS_FBFE_SO = xine_fbfe_frontend.o xine/post.o - OBJS_FBFE = xine_fbfe_frontend_standalone.o xine/post.o tools/vdrdiscovery.o logdefs.o \ + OBJS_FBFE = xine_fbfe_frontend.o xine/post.o tools/vdrdiscovery.o logdefs.o \ xine_frontend_main.o xine_frontend_lirc.o else OBJS_FBFE_SO = @@ -314,11 +314,6 @@ xine_sxfe_frontend_standalone.o: xine_sxfe_frontend.c xine_frontend.c \ xine/post.h logdefs.h xine_frontend_lirc.h \ xineliboutput.c tools/vdrdiscovery.h $(CC) $(CFLAGS) -c $(DEFINES) -DFE_STANDALONE $(INCLUDES) $(OPTFLAGS) xine_sxfe_frontend.c -o $@ -xine_fbfe_frontend_standalone.o: xine_fbfe_frontend.c xine_frontend.c \ - xine_frontend.h xine_input_vdr.h xine_osd_command.h \ - xine/post.h logdefs.h xine_frontend_lirc.h \ - xineliboutput.c tools/vdrdiscovery.h - $(CC) $(CFLAGS) -c $(DEFINES) -DFE_STANDALONE $(INCLUDES) $(OPTFLAGS) xine_fbfe_frontend.c -o $@ ### Internationalization (I18N): |