From: Enrico Scholz Date: Thu, 4 Mar 2004 03:23:09 +0000 (+0000) Subject: do not use '-I $kernelincludedir' anymore X-Git-Tag: version_0_30~18 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e9c52c12ad23592e106b4d1f4c223e052d693a;p=util-vserver.git do not use '-I $kernelincludedir' anymore git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1056 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index cfa9cba..cf8e91c 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -41,4 +41,4 @@ lib_XHDRS = lib/syscall-compat.hc \ lib_lib_LIBS = lib/libvserver.a lib_libvserver_a_SOURCES = $(lib_SRCS) -lib_libvserver_a_CPPFLAGS = -I$(kernelincludedir) -D_GNU_SOURCE +lib_libvserver_a_CPPFLAGS = -D_GNU_SOURCE