## $Id: Makefile-files,v 1.1.4.5 2003/11/28 23:25:49 ensc Exp $  -*- makefile -*-

## Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
##  
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2, or (at your option)
## any later version.
##  
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##  
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
##  

lib_SRCS			=  lib/syscall.c \
				   lib/syscall_rlimit.c \
				   lib/syscall_kill.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/syscall_rlimit-v11.hc \
				   lib/syscall_kill-v11.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_SRCS)
lib_libvserver_a_CPPFLAGS	=  -I$(kernelincludedir) -D_GNU_SOURCE
