* Fixed Makefile
This commit is contained in:
parent
6c7f800a56
commit
522c6c928e
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue