summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-05 20:18:11 +0000
committerSteven Barth <steven@midlink.org>2008-05-05 20:18:11 +0000
commit522c6c928e36db9b5243681fb16f751451ad473a (patch)
treeb2812ba9d8f5acb118ce4ad70ed634770abf4cb2
parent6c7f800a5625785207990d0670ec33fe44c7e4fa (diff)
* Fixed Makefile
-rw-r--r--core/Makefile2
-rw-r--r--core/src/ffluci/sgi/webuci.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile
index b497b3c73..dbebb52d9 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 f97b24452..05348e44d 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 <steven@midlink.org>