summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-03 18:33:33 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-03 18:33:33 +0000
commitc578f0c43e03bb72ba3d3896daa61695e649f901 (patch)
tree0a68352e2965fe8b73fea23517c517cf6b861c75 /Makefile
parentf290227150bb13c72c87012e20a9ff7959f31a5f (diff)
downloadvdr-plugin-live-c578f0c43e03bb72ba3d3896daa61695e649f901.tar.gz
vdr-plugin-live-c578f0c43e03bb72ba3d3896daa61695e649f901.tar.bz2
Added css to subdirs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1cbb2c6..dc18d9c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.13 2007/01/03 18:22:47 tadi Exp $
+# $Id: Makefile,v 1.14 2007/01/03 18:33:33 tadi Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -51,7 +51,7 @@ INCLUDES += -I$(VDRDIR)/include -Ihttpd
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
LIBS += httpd/libhttpd.a
-SUBDIRS = httpd pages
+SUBDIRS = httpd pages css
### The object files (add further files here):