From c578f0c43e03bb72ba3d3896daa61695e649f901 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 3 Jan 2007 18:33:33 +0000 Subject: Added css to subdirs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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): -- cgit v1.2.3