diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-02-27 17:58:55 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-02-27 17:58:55 +0000 |
commit | f9d5de8c461cbea9c9e5310ead925f36faf30c90 (patch) | |
tree | e1c8ae98db5454db78cb49785dec4dac6f6d0319 /app/Makefile | |
parent | 224d94b3d5a532265ceea2bc0be3bf0b38f1e981 (diff) | |
download | acf-core-f9d5de8c461cbea9c9e5310ead925f36faf30c90.tar.bz2 acf-core-f9d5de8c461cbea9c9e5310ead925f36faf30c90.tar.xz |
Removed password-model because it's not used.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@779 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile index cdd42bb..b71b10f 100644 --- a/app/Makefile +++ b/app/Makefile @@ -11,7 +11,6 @@ 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\ |