summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2008-02-04 21:07:39 +0000
committerMike Mason <ms13sp@gmail.com>2008-02-04 21:07:39 +0000
commit3857fee1017e8dec164faa13a0ca01828b4d50f6 (patch)
tree6c5ca2101122aeaf61e18c865d4fa91eaa902a71 /app/Makefile
parent30e76e234af48b3c42e1e22eae2ebb25dd3625f6 (diff)
downloadacf-core-3857fee1017e8dec164faa13a0ca01828b4d50f6.tar.bz2
acf-core-3857fee1017e8dec164faa13a0ca01828b4d50f6.tar.xz
Adding the beingings of the authorization items. Also adding some of the updates to the Autentication.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@689 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile
index 7cf5e5d..da17d7f 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -2,6 +2,8 @@ include ../config.mk
APP_DIST= acf-util/logon-controller.lua\
acf-util/logon-html.lsp\
+ acf-util/logon-status-html.lsp\
+ acf-util/logon-logout-html.lsp\
acf-util/logon-model.lua\
acf_www-controller.lua\
cfgfile-model.lua\