* Makefile.am (SUBDIRS) [ENABLE_SCRIBO]: Add scribo.
---
ChangeLog | 6 ++++++
Makefile.am | 4 ++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b9fe2db..b4926df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-06-10 Roland Levillain <roland(a)lrde.epita.fr>
+ Add scribo to SUBDIRS.
+
+ * Makefile.am (SUBDIRS) [ENABLE_SCRIBO]: Add scribo.
+
+2009-06-10 Roland Levillain <roland(a)lrde.epita.fr>
+
Fix Automake macro OLN_WITH_LIB (again).
* m4/oln-with-lib.m4 (_OLN_WITH_LIB): Set $5_CPPFLAGS instead of
diff --git a/Makefile.am b/Makefile.am
index 8ceba09..45a5954 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,10 @@ if ENABLE_SWILENA
SUBDIRS += swilena
endif ENABLE_SWILENA
+if ENABLE_SCRIBO
+ SUBDIRS += scribo
+endif ENABLE_SCRIBO
+
# Target shortcuts delegating the actual action to milena/Makefile.
LOCAL_RECURSIVE_TARGETS = doc pretty-check tests
$(LOCAL_RECURSIVE_TARGETS):
--
1.6.2.4