added getvserverctx & getvserverbyctx files
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 20 Nov 2003 18:07:54 +0000 (18:07 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 20 Nov 2003 18:07:54 +0000 (18:07 +0000)
added fmtx* files

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@430 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/Makefile-files

index 7513b35..f52453f 100644 (file)
 ##  
 
 lib_legacy_SRCS                        =  lib/getprocentry-legacy.c
-lib_management_SRCS            =  lib/getvservername.c \
+lib_management_SRCS            =  lib/getvserverbyctx.c \
                                   lib/getvservercfgstyle.c \
+                                  lib/getvserverctx.c \
+                                  lib/getvservername.c \
                                   lib/getvservervdir.c
 lib_v11_SRCS                   =  lib/syscall_rlimit.c
 
@@ -32,6 +34,8 @@ lib_SRCS                      =  lib/syscall.c \
                                   lib/getversion.c \
                                   lib/fmt-32.c \
                                   lib/fmt-64.c \
+                                  lib/fmtx-32.c \
+                                  lib/fmtx-64.c \
                                   lib/capabilities.c \
                                   $(lib_legacy_SRCS) \
                                   $(lib_management_SRCS) \
@@ -48,8 +52,10 @@ lib_XHDRS                       =  lib/syscall-compat.hc \
                                   lib/getinitpid-legacy.hc \
                                   lib/getversion-internal.hc \
                                   lib/safechroot-internal.hc \
-                                  lib/fmt.hc \
                                   lib/fmt.h \
+                                  lib/fmt.hc \
+                                  lib/fmtx.hc \
+                                  lib/fmt-internal.h \
                                   lib/virtual.h \
                                   lib/internal.h \
                                   lib/utils-legacy.h \