From 35182d6ae54ae07f678f078f189fdeb60ecbbef7 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 29 Jan 2005 18:43:19 +0000 Subject: PEAR user authentication and permission management framework LiveUser_Admin is meant to be used with the LiveUser package. It is composed of all the classes necessary to administrate data used by LiveUser. PR: ports/76677 Submitted by: Antonio Carlos Venancio Junior --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 2b3f587b9195..c5ec69d4a0f1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -331,6 +331,7 @@ SUBDIR += pear-Crypt_RC4 SUBDIR += pear-File_Passwd SUBDIR += pear-LiveUser + SUBDIR += pear-LiveUser_Admin SUBDIR += pear-Text_Password SUBDIR += pf SUBDIR += pft -- cgit