summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-18 18:29:30 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-18 18:29:30 +0000
commit2f936c22b443086d6d621ab37dd9523d8f153f1d (patch)
treecda6945944457d965d5a4a4dc0c5130c41d34a75 /Makefile
parentb571722150e379925cc55ec7a9f52f1b9f2ad61a (diff)
downloadvdr-plugin-live-2f936c22b443086d6d621ab37dd9523d8f153f1d.tar.gz
vdr-plugin-live-2f936c22b443086d6d621ab37dd9523d8f153f1d.tar.bz2
- added status monitor to reload timers when a recording starts or stops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 310be38..1f40b4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.28 2007/01/17 01:15:59 tadi Exp $
+# $Id: Makefile,v 1.29 2007/01/18 18:29:30 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -59,7 +59,7 @@ SUBDIRS = httpd pages css images 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
+ tools.o recordings.o tasks.o status.o
WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a \
javascript/libjavascript.a