added lots of new files
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 15:18:46 +0000 (15:18 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 15:18:46 +0000 (15:18 +0000)
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

index 51b8108..06333eb 100644 (file)
 ## 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