summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-13 15:39:31 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-13 15:39:31 +0000
commitb2efb6341998ef81d801adc99252a6239698bd4b (patch)
tree66a4b3655eff31f39c293287955ed474522a6845 /app/Makefile
parentbf0910335b6d60fabe8f9cff584efbdc5fecc4da (diff)
downloadacf-core-b2efb6341998ef81d801adc99252a6239698bd4b.tar.bz2
acf-core-b2efb6341998ef81d801adc99252a6239698bd4b.tar.xz
Changed Makefiles.
Modified the view-file so it looks the same way other view-files looks. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@712 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/Makefile b/app/Makefile
index da17d7f..af2b898 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -1,10 +1,14 @@
include ../config.mk
-APP_DIST= acf-util/logon-controller.lua\
- acf-util/logon-html.lsp\
- acf-util/logon-status-html.lsp\
- acf-util/logon-logout-html.lsp\
- acf-util/logon-model.lua\
+APP_DIST= \
+ acf-util/logon-controller.lua \
+ acf-util/logon-html.lsp \
+ acf-util/logon-model.lua \
+ acf-util/logon-status-html.lsp \
+ acf-util/roles-controller.lua \
+ acf-util/roles-getlist-html.lsp \
+ acf-util/roles-model.lua \
+ acf-util/roles-read-html.lsp \
acf_www-controller.lua\
cfgfile-model.lua\
service-model.lua\