* python/Makefile.am (AM_CPPFLAGS): Here.
---
swilena/ChangeLog | 6 ++++++
swilena/python/Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog
index 38ccc2b..e84f1f9 100644
--- a/swilena/ChangeLog
+++ b/swilena/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-09 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Swilena: Remove Milena's build dir from the file inclusion path.
+
+ * python/Makefile.am (AM_CPPFLAGS): Here.
+
2013-08-29 Roland Levillain <roland(a)lrde.epita.fr>
Fix inclusion paths in Swilena.
diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am
index 66630b9..2d8dfa7 100644
--- a/swilena/python/Makefile.am
+++ b/swilena/python/Makefile.am
@@ -22,7 +22,7 @@
## FIXME: Factor as much as possible. See how we handled this in TC.
-AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/milena -I$(top_builddir)/milena
+AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/milena
TOOLS_CXXFLAGS = @TOOLS_CXXFLAGS@
AM_CXXFLAGS = $(TOOLS_CXXFLAGS)
AM_SWIGFLAGS = -Wall -c++ -python -I$(top_srcdir)/milena
--
1.7.10.4