From: Steven Barth Date: Mon, 5 May 2008 20:18:11 +0000 (+0000) Subject: * Fixed Makefile X-Git-Tag: 0.8.0~1075 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=522c6c928e36db9b5243681fb16f751451ad473a * Fixed Makefile --- diff --git a/core/Makefile b/core/Makefile index b497b3c736..dbebb52d9e 100644 --- a/core/Makefile +++ b/core/Makefile @@ -4,7 +4,7 @@ LUAC_OPTIONS = -s FILES = ffluci/debug.lua ffluci/view/*.htm ffluci/view/cbi/*.htm ffluci/i18n/* CFILES = ffluci/bits.lua ffluci/util.lua \ -ffluci/sgi/haserl.lua \ +ffluci/sgi/haserl.lua ffluci/sgi/webuci.lua \ ffluci/http.lua ffluci/fs.lua ffluci/sys.lua \ ffluci/model/uci/wrapper.lua ffluci/model/uci/libuci.lua ffluci/model/uci.lua \ ffluci/model/ipkg.lua ffluci/config.lua ffluci/i18n.lua ffluci/template.lua \ diff --git a/core/src/ffluci/sgi/webuci.lua b/core/src/ffluci/sgi/webuci.lua index f97b244529..05348e44d1 100644 --- a/core/src/ffluci/sgi/webuci.lua +++ b/core/src/ffluci/sgi/webuci.lua @@ -5,7 +5,7 @@ Description: Server Gateway Interface for Haserl FileId: -$Id: haserl.lua 2004 2008-05-05 19:56:14Z Cyrus $ +$Id$ License: Copyright 2008 Steven Barth