diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-21 19:11:53 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-21 19:11:53 +0200 |
commit | e70b7c569ba13a68aba1c2b127811e61ac88a902 (patch) | |
tree | 4fa6bb927e22b9664e172ebe9c74b10680df3036 /Source/Kernel/Makefile | |
parent | dc37d089e8ca98ff2dc8a320c21fc3ac0a87eaa6 (diff) | |
download | Melon-e70b7c569ba13a68aba1c2b127811e61ac88a902.tar.gz Melon-e70b7c569ba13a68aba1c2b127811e61ac88a902.zip |
Started working on user managment
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 55c5fb0..4a65c54 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -59,6 +59,7 @@ Objects = Core/loader.wtf.o \ VFS/File.class.o \ VFS/TextFile.class.o \ VFS/DirectoryNode.class.o \ + UserManager/Usr.ns.o \ FileSystems/RamFS/RamFS.class.o \ SyscallManager/IDT.ns.o \ SyscallManager/Ressource.class.o \ |