aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2011-11-18 16:09:47 +0100
committerDaniel Lezcano <daniel.lezcano@free.fr>2011-11-18 16:09:47 +0100
commit9c7c90377cdc655b7d853a43dd93de439a4c1677 (patch)
tree2e57f0cd15f22984dc394cbe6abd208292fee9cb /src
parentUbuntu template: some tweaks (diff)
downloadlxc-9c7c90377cdc655b7d853a43dd93de439a4c1677.tar.gz
lxc-9c7c90377cdc655b7d853a43dd93de439a4c1677.tar.bz2
lxc-9c7c90377cdc655b7d853a43dd93de439a4c1677.zip
Revert "lxc: use -iquote instead of -I"
This reverts commit a2dea4ea209a8fcf6837668bbe59f350931d1c07.
Diffstat (limited to 'src')
-rw-r--r--src/lxc/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am
index 3cd0f57..924cf1d 100644
--- a/src/lxc/Makefile.am
+++ b/src/lxc/Makefile.am
@@ -53,12 +53,7 @@ liblxc_so_SOURCES = \
\
utmp.c utmp.h
-DEFAULT_INCLUDES = \
- -iquote $(builddir) \
- -iquote $(srcdir) \
- -iquote $(top_builddir)/src
-
-AM_CFLAGS = \
+AM_CFLAGS=-I$(top_srcdir)/src \
-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \
-DLXCPATH=\"$(LXCPATH)\" \
-DLXCINITDIR=\"$(LXCINITDIR)\"