use PKGSTATEREVDIR
[util-vserver.git] / util-vserver / lib / Makefile-files
index 226a827..f52453f 100644 (file)
 ##  
 
 lib_legacy_SRCS                        =  lib/getprocentry-legacy.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
 
 PKGCONFIG_FILES                        =  lib/util-vserver
 
@@ -27,21 +32,30 @@ lib_SRCS                    =  lib/syscall.c \
                                   lib/getctx.c \
                                   lib/getinitpid.c \
                                   lib/getversion.c \
-                                  lib/uint2str.c \
-                                  lib/int2str.c \
+                                  lib/fmt-32.c \
+                                  lib/fmt-64.c \
+                                  lib/fmtx-32.c \
+                                  lib/fmtx-64.c \
                                   lib/capabilities.c \
-                                  $(lib_legacy_SRCS)
+                                  $(lib_legacy_SRCS) \
+                                  $(lib_management_SRCS) \
+                                  $(lib_v11_SRCS)
 
 lib_HDRS                       =  lib/vserver.h
 
 lib_XHDRS                       =  lib/syscall-compat.hc \
                                   lib/syscall-legacy.hc \
+                                  lib/syscall_rlimit-v11.hc \
                                   lib/getctx-compat.hc \
                                   lib/getctx-legacy.hc \
                                   lib/getinitpid-compat.hc \
                                   lib/getinitpid-legacy.hc \
                                   lib/getversion-internal.hc \
                                   lib/safechroot-internal.hc \
+                                  lib/fmt.h \
+                                  lib/fmt.hc \
+                                  lib/fmtx.hc \
+                                  lib/fmt-internal.h \
                                   lib/virtual.h \
                                   lib/internal.h \
                                   lib/utils-legacy.h \