summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-03 23:06:10 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-03 23:06:10 +0000
commit63a15de53d63a48c160addc7793cea5b7b76ab6c (patch)
treeb8c38d211d7f5b030b104b33d70448bc87f67626 /Makefile
parentf1de2f0fb307bff494050aa84ff98312688ddfa3 (diff)
downloadvdr-plugin-live-63a15de53d63a48c160addc7793cea5b7b76ab6c.tar.gz
vdr-plugin-live-63a15de53d63a48c160addc7793cea5b7b76ab6c.tar.bz2
- added new Timers class that wraps cTimers functionality
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 24c7c82..97b4b87 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.19 2007/01/03 22:08:10 tadi Exp $
+# $Id: Makefile,v 1.20 2007/01/03 23:06:10 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -60,7 +60,7 @@ SUBDIRS = httpd pages css images
PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o
-WEBOBJS = tools.o
+WEBOBJS = tools.o timers.o
WEBLIBS = pages/libpages.a \
css/libcss.a \
images/libimages.a