diff options
author | schmirl <schmirl> | 2008-04-07 14:40:39 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2008-04-07 14:40:39 +0000 |
commit | 89735cbd95ea82c309be3c2faf939d03cc8aa6eb (patch) | |
tree | 392a83f4d24bc84eda8b08624688877cc378ff1a /Makefile | |
parent | f51d6eb2dfb128a29db34b05d9b92a9633dd5b29 (diff) | |
download | vdr-plugin-streamdev-89735cbd95ea82c309be3c2faf939d03cc8aa6eb.tar.gz vdr-plugin-streamdev-89735cbd95ea82c309be3c2faf939d03cc8aa6eb.tar.bz2 |
- 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)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |