diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2007-11-16 07:26:54 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2007-11-16 07:26:54 +0000 |
commit | 26a2689e476a48c605ac26c9b6015f8f44e0a27c (patch) | |
tree | aa917105ff5f3338bd3a3bf4ca3446c713586739 /lib/Makefile | |
parent | 4ec03d0ebb3c191d2344e0e7c8586605dd2d1804 (diff) | |
download | acf-core-26a2689e476a48c605ac26c9b6015f8f44e0a27c.tar.bz2 acf-core-26a2689e476a48c605ac26c9b6015f8f44e0a27c.tar.xz |
moved sandbox. added privsep to makefile
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@313 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index bf7d2b9..d444f24 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,6 +5,7 @@ LIB_DIST=fs.lua\ join.lua\ log_view.lua\ menubuilder.lua\ + privsep.lua\ service_controller.lua\ service_model.lua\ session.lua\ |