summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-06 21:48:26 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-06 21:48:26 +0000
commit46af948c42ad440f62ad931eef65e33c7e863ff2 (patch)
tree7d6ea83b9b3bdd020b6f888db9db4a85ec9e52fd /Makefile
parent3155e0fa9b133aa5c296e324de2c1f657b1bd31d (diff)
downloadvdr-plugin-live-46af948c42ad440f62ad931eef65e33c7e863ff2.tar.gz
vdr-plugin-live-46af948c42ad440f62ad931eef65e33c7e863ff2.tar.bz2
Collapsable treeview of recordings working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 95bc4ca..364d8bb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.25 2007/01/05 22:26:58 tadi Exp $
+# $Id: Makefile,v 1.26 2007/01/06 21:48:26 tadi Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -61,7 +61,8 @@ SUBDIRS = httpd pages css images javascript
PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o timers.o \
tools.o recordings.o
-WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a
+WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a \
+ javascript/libjavascript.a
### Default rules: