summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-13 18:37:21 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-13 18:37:21 +0000
commit2072c668df9ad48586fd2750713da0be742dda6d (patch)
treeb6a8af74320fe0b4af845fdc7ec0fca40d88f02d /Makefile
parent872af377d5d207b0292c4deb3ebdff09c116ea3d (diff)
downloadvdr-plugin-live-2072c668df9ad48586fd2750713da0be742dda6d.tar.gz
vdr-plugin-live-2072c668df9ad48586fd2750713da0be742dda6d.tar.bz2
- added service to switch channels by channel-id
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 364d8bb..ff35b5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.26 2007/01/06 21:48:26 tadi Exp $
+# $Id: Makefile,v 1.27 2007/01/13 18:37:21 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -59,10 +59,10 @@ 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
+ tools.o recordings.o tasks.o
WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a \
- javascript/libjavascript.a
+ javascript/libjavascript.a
### Default rules: