diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-10-21 15:56:00 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-10-21 15:56:00 +0000 |
commit | 0fea7f3368ab6ca3f056c26151d30e978a2f2eee (patch) | |
tree | 8fe0c6eb5c3cd46ecf68a1cd52cc224b0349ed2d /Makefile | |
parent | 8ac9758dd9dc502c64c06c3339b6a60a7d54e39c (diff) | |
download | vdr-plugin-live-0fea7f3368ab6ca3f056c26151d30e978a2f2eee.tar.gz vdr-plugin-live-0fea7f3368ab6ca3f056c26151d30e978a2f2eee.tar.bz2 |
- renamed recordings.h/cpp to recman.h/cpp. Preparations for
recordings updates.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |