From 89735cbd95ea82c309be3c2faf939d03cc8aa6eb Mon Sep 17 00:00:00 2001 From: schmirl Date: Mon, 7 Apr 2008 14:40:39 +0000 Subject: - resurrected clients "Suspend Server" menu item as its mainmenu entry - dropped unused code for remote timers/recordings on client side - dropped unused files client/{assembler,menu,remote}.[hc] - dropped unused files in libdvbmpeg (reported by tobi) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e603e7..ad0cb1b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.13 2008/04/07 14:27:27 schmirl Exp $ +# $Id: Makefile,v 1.14 2008/04/07 14:40:39 schmirl Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -52,7 +52,7 @@ COMMONOBJS = common.o i18n.o \ CLIENTOBJS = $(PLUGIN)-client.o \ \ client/socket.o client/device.o client/setup.o \ - client/remote.o client/assembler.o client/filter.o + client/filter.o SERVEROBJS = $(PLUGIN)-server.o \ @@ -98,7 +98,7 @@ endif ### Targets: -libdvbmpeg/libdvbmpegtools.a: libdvbmpeg/*.c libdvbmpeg/*.cc libdvbmpeg/*.h libdvbmpeg/*.hh +libdvbmpeg/libdvbmpegtools.a: libdvbmpeg/*.c libdvbmpeg/*.h $(MAKE) -C ./libdvbmpeg libdvbmpegtools.a libvdr-$(PLUGIN)-client.so: $(CLIENTOBJS) $(COMMONOBJS) libdvbmpeg/libdvbmpegtools.a -- cgit v1.2.3