From 118db67e2a4f8e67866ae581dd136218e42d2c92 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 14 Oct 2003 15:18:46 +0000 Subject: [PATCH] added lots of new files git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@140 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/Makefile-files | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index 51b8108..06333eb 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -17,15 +17,24 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## -lib_SRCS = lib/syscall.c +lib_SRCS = lib/syscall.c \ + lib/checkversion.c \ + lib/getctx.c \ + lib/getversion.c \ + lib/uint2str.c + lib_HDRS = lib/vserver.h lib_XHDRS = lib/syscall-compat.hc \ lib/syscall-legacy.hc \ + lib/getctx-compat.hc \ + lib/getctx-legacy.hc \ + lib/getversion-internal.hc \ + lib/safechroot-internal.hc \ lib/virtual.h \ lib/vserver-internal.h lib_lib_LIBS = lib/libvserver.a -lib_libvserver_a_SOURCES = lib/syscall.c +lib_libvserver_a_SOURCES = $(lib_SRCS) lib_libvserver_a_CPPFLAGS = -I$(kernelincludedir) -D_GNU_SOURCE -- 1.8.1.5