diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-03 18:33:33 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-03 18:33:33 +0000 |
commit | c578f0c43e03bb72ba3d3896daa61695e649f901 (patch) | |
tree | 0a68352e2965fe8b73fea23517c517cf6b861c75 /Makefile | |
parent | f290227150bb13c72c87012e20a9ff7959f31a5f (diff) | |
download | vdr-plugin-live-c578f0c43e03bb72ba3d3896daa61695e649f901.tar.gz vdr-plugin-live-c578f0c43e03bb72ba3d3896daa61695e649f901.tar.bz2 |
Added css to subdirs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |