diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-13 16:11:18 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-13 16:11:18 +0000 |
commit | 0eebb26c9594f1c92b13e412e6ad24857143c288 (patch) | |
tree | 40504cff2acf2d0cfe97d4bea6d4194e3225f055 /app/Makefile | |
parent | fbf9492b39641f0eef99c66b728c5d37e9bed932 (diff) | |
download | acf-core-0eebb26c9594f1c92b13e412e6ad24857143c288.tar.bz2 acf-core-0eebb26c9594f1c92b13e412e6ad24857143c288.tar.xz |
Moved skins from acf-alpine-baselayout.
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile index 4c5a7aa..502d850 100644 --- a/app/Makefile +++ b/app/Makefile @@ -18,6 +18,10 @@ APP_DIST= \ 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 \ + acf-util/skins.menu \ acf-util/welcome-controller.lua\ acf-util/welcome-html.lsp\ acf_www-controller.lua\ |