From 0fea7f3368ab6ca3f056c26151d30e978a2f2eee Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 21 Oct 2007 15:56:00 +0000 Subject: - renamed recordings.h/cpp to recman.h/cpp. Preparations for recordings updates. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe35907..72f0b2d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.51 2007/10/21 14:26:09 winni Exp $ +# $Id: Makefile,v 1.52 2007/10/21 15:56:00 tadi Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -62,7 +62,7 @@ SUBDIRS = httpd pages css javascript ### The object files (add further files here): PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o timers.o \ - tools.o recordings.o tasks.o status.o epg_events.o epgsearch.o \ + tools.o recman.o tasks.o status.o epg_events.o epgsearch.o \ grab.o md5.o filecache.o livefeatures.o preload.o WEBLIBS = pages/libpages.a css/libcss.a javascript/libjavascript.a -- cgit v1.2.3