X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile-files;h=57b182a5a58d27a7f422fa2b4bd602b1bf81048a;hb=5ee5e9157572fe9047a12be75af60fa32f0a60a8;hp=1ea2848e65bc7bba8653e1bfce4b56abe52c0889;hpb=60eb97440f168c25135c63ef3ce06cf6c0babdda;p=util-vserver.git diff --git a/lib/Makefile-files b/lib/Makefile-files index 1ea2848..57b182a 100644 --- a/lib/Makefile-files +++ b/lib/Makefile-files @@ -34,7 +34,8 @@ lib_management_SRCS = lib/comparevserverbyid.c \ lib/getvservername.c \ lib/getvservervdir.c \ lib/xidopt2xid.c \ - lib/nidopt2nid.c + lib/nidopt2nid.c \ + lib/tagopt2tag.c lib_v11_SRCS = lib/syscall_rlimit.c \ lib/syscall_rlimit-v11.hc \ lib/syscall_kill.c \ @@ -126,7 +127,36 @@ lib_v21_SRCS = lib/syscall_setccaps-v21.hc \ lib/syscall_getspacemask-v21.hc \ lib/syscall_enternamespace-v21.hc \ lib/syscall_setnamespace-v21.hc \ - lib/syscall_ctxmigrate-v21.hc + lib/syscall_ctxmigrate-v21.hc \ + lib/syscall_setmapping.c \ + lib/syscall_setmapping-v21.hc \ + lib/syscall_unsetmapping.c \ + lib/syscall_unsetmapping-v21.hc \ + lib/syscall_schedinfo.c \ + lib/syscall_schedinfo-v21.hc \ + lib/syscall_getccaps-v21.hc \ + lib/syscall_getsched.c \ + lib/syscall_getsched-v21.hc \ + lib/syscall_ctxcreate-v21.hc + +lib_v22_SRCS = lib/syscall_setsched-v22.hc \ + lib/syscall_fsetiattr.c \ + lib/syscall_fsetiattr-v22.hc \ + lib/syscall_fgetiattr.c \ + lib/syscall_fgetiattr-v22.hc + +lib_netv2_SRCS = lib/syscall_netadd-netv2.hc \ + lib/syscall_netremove-netv2.hc + +lib_v23_SRCS = lib/syscall_tagmigrate-v23.hc \ + lib/syscall_tagmigrate.c \ + lib/syscall_tagcreate.c \ + lib/syscall_tasktag-v23.hc \ + lib/syscall_tasktag.c \ + lib/syscall_getbadness.c \ + lib/syscall_getbadness-v23.hc \ + lib/syscall_setbadness.c \ + lib/syscall_setbadness-v23.hc if ENSC_HAVE_C99_COMPILER lib_v13_SRCS += lib/syscall_adddlimit-v13.hc \ @@ -173,6 +203,9 @@ lib_SRCS = lib/syscall.c \ $(lib_v11_SRCS) \ $(lib_v13_SRCS) \ $(lib_v21_SRCS) \ + $(lib_v22_SRCS) \ + $(lib_netv2_SRCS) \ + $(lib_v23_SRCS) \ $(ensc_fmt_SRCS) include_HEADERS += lib/vserver.h