* python/Makefile.am: Here, as Automake 1.11+ already takes care
of this.
---
swilena/ChangeLog | 7 +++++++
swilena/python/Makefile.am | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog
index e84f1f9..9830d70 100644
--- a/swilena/ChangeLog
+++ b/swilena/ChangeLog
@@ -1,3 +1,10 @@
+2013-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Swilena: Remove lines `VARIABLE = @VARIABLE@' from Makefile.am's.
+
+ * python/Makefile.am: Here, as Automake 1.11+ already takes care
+ of this.
+
2013-09-09 Roland Levillain <roland(a)lrde.epita.fr>
Swilena: Remove Milena's build dir from the file inclusion path.
diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am
index 2d8dfa7..d77cdc4 100644
--- a/swilena/python/Makefile.am
+++ b/swilena/python/Makefile.am
@@ -23,7 +23,6 @@
## FIXME: Factor as much as possible. See how we handled this in TC.
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
# We build modules, not plain libs.
--
1.7.10.4