diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-05-21 20:45:26 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-05-21 20:45:26 +0000 |
commit | c984fa82721186eb4b70664ae3afec382246b4cc (patch) | |
tree | c74588bf3801fd6081f06716edb509a2a7b0c000 | |
parent | b32e86241965bf42678284b93447446d95860c31 (diff) | |
download | acf-core-c984fa82721186eb4b70664ae3afec382246b4cc.tar.bz2 acf-core-c984fa82721186eb4b70664ae3afec382246b4cc.tar.xz |
Further progress on openssl. Added template_stream to core for downloading files.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1171 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile index ffa03ed..9fd331e 100644 --- a/app/Makefile +++ b/app/Makefile @@ -22,6 +22,7 @@ APP_DIST= \ service-model.lua\ menuhints.menu\ template-html.lsp\ + template-stream.lsp\ welcome-controller.lua\ welcome-html.lsp |