diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-04-30 20:36:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-04-30 20:36:02 +0000 |
commit | 378e53f20a0f11c36afffbaef78f47a5303df9ce (patch) | |
tree | a39e3c216dc10f919ef272c53b67a8f01f001be0 /app/Makefile | |
parent | 82fd96bdcc5b721d8fc208fe4edba54f4dc6fdb7 (diff) | |
download | acf-core-378e53f20a0f11c36afffbaef78f47a5303df9ce.tar.bz2 acf-core-378e53f20a0f11c36afffbaef78f47a5303df9ce.tar.xz |
Modified cfe, removing option, errtxt, and name, and adding label - This may break things.
Rewrote password module, adding model
Modified authenticator to make password module work
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile index b71b10f..cdd42bb 100644 --- a/app/Makefile +++ b/app/Makefile @@ -11,6 +11,7 @@ APP_DIST= \ acf-util/roles-read-html.lsp \ acf-util/password-controller.lua \ acf-util/password-html.lsp \ + acf-util/password-model.lua \ acf-util/password-status-html.lsp \ acf-util/password.menu \ acf_www-controller.lua\ |