Ranges might want masks too.
[util-vserver.git] / lib / Makefile-files
index 9574671..de7dfe6 100644 (file)
@@ -33,7 +33,9 @@ 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/tagopt2tag.c
 lib_v11_SRCS =                 lib/syscall_rlimit.c \
                                lib/syscall_rlimit-v11.hc \
                                lib/syscall_kill.c  \
@@ -110,7 +112,47 @@ 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_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
 
 if ENSC_HAVE_C99_COMPILER
 lib_v13_SRCS +=                        lib/syscall_adddlimit-v13.hc \
@@ -127,6 +169,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 \
@@ -156,6 +199,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