* python/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/milena.
---
swilena/ChangeLog | 6 ++++++
swilena/python/Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog
index 292b4c7..38ccc2b 100644
--- a/swilena/ChangeLog
+++ b/swilena/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-29 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fix inclusion paths in Swilena.
+
+ * python/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/milena.
+
2013-04-12 Roland Levillain <roland(a)lrde.epita.fr>
Adjust Swilena to Automake parallel tests.
diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am
index 2d8dfa7..66630b9 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
+AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/milena -I$(top_builddir)/milena
TOOLS_CXXFLAGS = @TOOLS_CXXFLAGS@
AM_CXXFLAGS = $(TOOLS_CXXFLAGS)
AM_SWIGFLAGS = -Wall -c++ -python -I$(top_srcdir)/milena
--
1.7.10.4