diff options
author | 2011-11-18 16:09:47 +0100 | |
---|---|---|
committer | 2011-11-18 16:09:47 +0100 | |
commit | 9c7c90377cdc655b7d853a43dd93de439a4c1677 (patch) | |
tree | 2e57f0cd15f22984dc394cbe6abd208292fee9cb /src | |
parent | Ubuntu template: some tweaks (diff) | |
download | lxc-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.am | 7 |
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)\" |