* doc/Makefile.am (AM_CPPFLAGS): Here.
---
ChangeLog | 6 ++++++
doc/Makefile.am | 5 ++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e454d84..ba84a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-09 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Olena: Remove Milena's build dir from the file inclusion path.
+
+ * doc/Makefile.am (AM_CPPFLAGS): Here.
+
2013-09-06 Roland Levillain <roland(a)lrde.epita.fr>
Define PACKAGE_AUTHORS in configure.ac.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 878f7ce..7775b5c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,9 +16,8 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
-# Look for Milena headers in srcdir and for (generated) test headers
-# (like data.hh) in builddir.
-AM_CPPFLAGS = -I$(top_srcdir)/milena -I$(top_builddir)/milena
+# Find Milena headers.
+AM_CPPFLAGS = -I$(top_srcdir)/milena
DOXYGEN = doxygen
--
1.7.10.4