X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Flib%2FMakefile-files;h=8787c47d8d37d41768088184e2db93c21b8b3e7f;hb=2f424ca519a79f3695787a4fd0491c4cdf8e5af4;hp=15dfea2558441b6b0ff95f54d33d13bf74bd55db;hpb=9ce6c13ee8f8c304273fbbdef2e6fc6b3b038826;p=util-vserver.git 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