https://svn.lrde.epita.fr/svn/oln/trunk
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Make Swilena actually optional.
* Makefile.am: Compile Swilena only when asked for.
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: Makefile.am
--- Makefile.am (revision 2111)
+++ Makefile.am (working copy)
@@ -4,5 +4,6 @@
SUBDIRS = build-aux external milena
-# FIXME: Make Swilena optional (see TC's equipment).
+if ENABLE_SWILENA
SUBDIRS += swilena
+endif ENABLE_SWILENA