added lib_XHDRS with all the new files
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 00:28:58 +0000 (00:28 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 00:28:58 +0000 (00:28 +0000)
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

index 15dfea2..8787c47 100644 (file)
 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