Commit a2dea4ea by Greg Kurz Committed by dlezcano

lxc: use -iquote instead of -I

To avoid name collisions between local and system header files. For example, if you try to include the <pty.h> system file, you end up including the one from lxc... Signed-off-by: 's avatarGreg Kurz <gkurz@fr.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent f549edcc
......@@ -53,7 +53,12 @@ liblxc_so_SOURCES = \
\
utmp.c utmp.h
AM_CFLAGS=-I$(top_srcdir)/src \
DEFAULT_INCLUDES = \
-iquote $(builddir) \
-iquote $(srcdir) \
-iquote $(top_builddir)/src
AM_CFLAGS = \
-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \
-DLXCPATH=\"$(LXCPATH)\" \
-DLXCINITDIR=\"$(LXCINITDIR)\"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment