From 2f424ca519a79f3695787a4fd0491c4cdf8e5af4 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 14 Oct 2003 00:28:58 +0000 Subject: [PATCH] added lib_XHDRS with all the new files added -D_GNU_SOURCE flag git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@117 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/Makefile-files | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index 15dfea2..8787c47 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -20,7 +20,13 @@ lib_SRCS = lib/syscall.c lib_HDRS = lib/vserver.h +lib_XHDRS = lib/syscall-compat.hc \ + lib/syscall-legacy.hc \ + lib/virtual.h \ + lib/virtual-inc.h \ + lib/vserver-internal.h + lib_lib_LIBS = lib/libvserver.a lib_libvserver_a_SOURCES = lib/syscall.c -lib_libvserver_a_CPPFLAGS = -I$(kernelincludedir) +lib_libvserver_a_CPPFLAGS = -I$(kernelincludedir) -D_GNU_SOURCE -- 1.8.1.5