From 8076167dfeb68366c26b559aac9b1185e119cea2 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Thu, 4 Jan 2007 23:04:57 +0000 Subject: Added Makefile for new javascript directory --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7bfe495..670a3df 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.21 2007/01/04 15:02:00 lordjaxom Exp $ +# $Id: Makefile,v 1.22 2007/01/04 23:04:57 tadi Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -54,14 +54,17 @@ export DEFINES LIBS += httpd/libhttpd.a -SUBDIRS = httpd pages css images pagelib +SUBDIRS = httpd pagelib pages css images javascript ### The object files (add further files here): PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o timers.o -WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a pagelib/libpagelib.a - +WEBLIBS = \ + pagelib/libpagelib.a \ + pages/libpages.a \ + css/libcss.a \ + images/libimages.a ### Default rules: -- cgit v1.2.3