summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-05 22:26:58 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-05 22:26:58 +0000
commit2f4711bc0484ceba4db8472408f71c0b3d32bab3 (patch)
tree66fc0fb00755984e4faaaa202997103a8d35815f /Makefile
parent1101d20f95fc86e0e1e20e69467cb152632b4fc4 (diff)
downloadvdr-plugin-live-2f4711bc0484ceba4db8472408f71c0b3d32bab3.tar.gz
vdr-plugin-live-2f4711bc0484ceba4db8472408f71c0b3d32bab3.tar.bz2
Added recordings (not very functional now) to cvs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25d4a86..95bc4ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.24 2007/01/05 21:20:27 lordjaxom Exp $
+# $Id: Makefile,v 1.25 2007/01/05 22:26:58 tadi 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
+ tools.o recordings.o
WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a