summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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