summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-24 13:13:21 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-24 13:13:21 +0000
commita6d2a2c219266dc8be5233e172597fbb396f5bd2 (patch)
tree782d33a5710cc5f2e136f7ec35cf584d76eca4ff
parentdd21a41cfd3018a1685805cf48a0c022b3a912c4 (diff)
downloadacf-core-a6d2a2c219266dc8be5233e172597fbb396f5bd2.tar.bz2
acf-core-a6d2a2c219266dc8be5233e172597fbb396f5bd2.tar.xz
Removed password-html.lsp from Makefile
-rw-r--r--app/Makefile9
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 \