X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile-files;h=66b4d95e2f1305d2a406384354f51d8e9e744f97;hb=d7c5058b9f678b8511b9d38229d3b25a65aae3c1;hp=9574671f29c40ad4ca2dce12da57d2cd141d9e27;hpb=e6580882caefa10d48e7668d879b52d80b87a6b2;p=util-vserver.git diff --git a/lib/Makefile-files b/lib/Makefile-files index 9574671..66b4d95 100644 --- a/lib/Makefile-files +++ b/lib/Makefile-files @@ -33,7 +33,8 @@ lib_management_SRCS = lib/comparevserverbyid.c \ lib/getvserverctx.c \ lib/getvservername.c \ lib/getvservervdir.c \ - lib/xidopt2xid.c + lib/xidopt2xid.c \ + lib/nidopt2nid.c lib_v11_SRCS = lib/syscall_rlimit.c \ lib/syscall_rlimit-v11.hc \ lib/syscall_kill.c \ @@ -110,7 +111,26 @@ lib_v13_SRCS = lib/syscall_ctxcreate.c \ lib/nflags-net.c \ lib/nflags_list-net.c lib_v21_SRCS = lib/syscall_setccaps-v21.hc \ - lib/syscall_setsched-v21.hc + lib/syscall_setsched-v21.hc \ + lib/syscall_rlimitstat.c \ + lib/syscall_rlimitstat-v21.hc \ + lib/syscall_resetminmax.c \ + lib/syscall_resetminmax-v21.hc \ + lib/syscall_getvci.c \ + lib/syscall_getvci-v21.hc \ + lib/syscall_virtstat.c \ + lib/syscall_virtstat-v21.hc \ + lib/syscall_ctxstat.c \ + lib/syscall_ctxstat-v21.hc \ + lib/syscall_getspacemask.c \ + lib/syscall_getspacemask-v21.hc \ + lib/syscall_enternamespace-v21.hc \ + lib/syscall_setnamespace-v21.hc \ + lib/syscall_ctxmigrate-v21.hc \ + lib/syscall_setmapping.c \ + lib/syscall_setmapping-v21.hc \ + lib/syscall_schedinfo.c \ + lib/syscall_schedinfo-v21.hc if ENSC_HAVE_C99_COMPILER lib_v13_SRCS += lib/syscall_adddlimit-v13.hc \ @@ -127,6 +147,7 @@ PKGCONFIG_FILES = lib/util-vserver lib_SRCS = lib/syscall.c \ lib/checkversion.c \ + lib/checkconfig.c \ lib/isdirectory.c \ lib/isfile.c \ lib/islink.c \