From 837c4c021a90e8b2b896c5cb4fc76df98e7db9d1 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 13 Jan 2004 14:17:51 +0000 Subject: [PATCH] added the ioctl-* files added ext2fs.h git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@565 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/Makefile-files | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index 25cad5f..20cdf42 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -28,6 +28,11 @@ lib_management_SRCS = lib/getvserverbyctx.c \ lib_v11_SRCS = lib/syscall_rlimit.c \ lib/syscall_kill.c +lib_ioctl_SRCS = lib/ioctl-getfilecontext.c \ + lib/ioctl-setfilecontext.c \ + lib/ioctl-getext2flags.c \ + lib/ioctl-setext2flags.c + PKGCONFIG_FILES = lib/util-vserver lib_SRCS = lib/syscall.c \ @@ -40,6 +45,7 @@ lib_SRCS = lib/syscall.c \ lib/fmtx-32.c \ lib/fmtx-64.c \ lib/capabilities.c \ + $(lib_ioctl_SRCS) \ $(lib_legacy_SRCS) \ $(lib_management_SRCS) \ $(lib_v11_SRCS) @@ -56,6 +62,7 @@ lib_XHDRS = lib/syscall-compat.hc \ lib/getinitpid-legacy.hc \ lib/getversion-internal.hc \ lib/safechroot-internal.hc \ + lib/ext2fs.h \ lib/fmt.h \ lib/fmt.hc \ lib/fmtx.hc \ -- 1.8.1.5