diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-24 13:13:21 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-24 13:13:21 +0000 |
commit | a6d2a2c219266dc8be5233e172597fbb396f5bd2 (patch) | |
tree | 782d33a5710cc5f2e136f7ec35cf584d76eca4ff /app/Makefile | |
parent | dd21a41cfd3018a1685805cf48a0c022b3a912c4 (diff) | |
download | acf-core-a6d2a2c219266dc8be5233e172597fbb396f5bd2.tar.bz2 acf-core-a6d2a2c219266dc8be5233e172597fbb396f5bd2.tar.xz |
Removed password-html.lsp from Makefile
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/Makefile b/app/Makefile index d52c50a..e0d5891 100644 --- a/app/Makefile +++ b/app/Makefile @@ -4,6 +4,10 @@ APP_DIST= \ acf-util/acf-util.roles \ acf-util/logon-controller.lua \ acf-util/logon-model.lua \ + acf-util/password-controller.lua \ + acf-util/password-model.lua \ + acf-util/password-status-html.lsp \ + acf-util/password.menu \ acf-util/roles-controller.lua \ acf-util/roles-getpermslist-html.lsp \ acf-util/roles-model.lua \ @@ -12,11 +16,6 @@ APP_DIST= \ acf-util/roles-viewroles-html.lsp \ acf-util/roles-viewuserroles-html.lsp \ acf-util/roles.menu \ - 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-util/skins-controller.lua \ acf-util/skins-model.lua \ acf-util/skins-read-html.lsp \ |