]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Revert "lxc: use -iquote instead of -I"
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 18 Nov 2011 15:09:47 +0000 (16:09 +0100)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 18 Nov 2011 15:09:47 +0000 (16:09 +0100)
This reverts commit a2dea4ea209a8fcf6837668bbe59f350931d1c07.

src/lxc/Makefile.am

index 3cd0f57e810fc6481f74a22a40026f402124be85..924cf1d5f80d2d1f50535f2ce5b88a94e3b1cb16 100644 (file)
@@ -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)\"