diff options
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile index af2b898..cdd42bb 100644 --- a/app/Makefile +++ b/app/Makefile @@ -9,6 +9,11 @@ APP_DIST= \ acf-util/roles-getlist-html.lsp \ acf-util/roles-model.lua \ 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\ cfgfile-model.lua\ service-model.lua\ |