* src/Makefile.am,
* tests/Makefile.am (SUBDIRS): Add table.
* src/table/Makefile.am,
* tests/table/Makefile.am: Disable tests.
---
scribo/ChangeLog | 10 ++++++++++
scribo/src/Makefile.am | 4 +---
scribo/src/table/Makefile.am | 24 ++++++++++++++----------
scribo/tests/Makefile.am | 5 +----
scribo/tests/table/Makefile.am | 12 +++++++-----
5 files changed, 33 insertions(+), 22 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index b4a2256..e2b1ea1 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-25 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Re-enable 'table' directory in SUBDIRS.
+
+ * src/Makefile.am,
+ * tests/Makefile.am (SUBDIRS): Add table.
+
+ * src/table/Makefile.am,
+ * tests/table/Makefile.am: Disable tests.
+
2010-08-26 Guillaume Lazzara <z(a)lrde.epita.fr>
Rename examples.
diff --git a/scribo/src/Makefile.am b/scribo/src/Makefile.am
index 52df66d..bb77740 100644
--- a/scribo/src/Makefile.am
+++ b/scribo/src/Makefile.am
@@ -26,11 +26,9 @@ SUBDIRS = \
misc \
postprocessing \
preprocessing \
+ table \
text
-# Disabled for the moment:
-# table
-
bin_PROGRAMS =
diff --git a/scribo/src/table/Makefile.am b/scribo/src/table/Makefile.am
index 7fc7008..50ea8fd 100644
--- a/scribo/src/table/Makefile.am
+++ b/scribo/src/table/Makefile.am
@@ -16,14 +16,18 @@
include $(top_srcdir)/scribo/scribo.mk
-bin_PROGRAMS = \
- erase \
- extract \
- rebuild_opening \
- rebuild_rank
+bin_PROGRAMS =
-
-erase_SOURCES = erase.cc
-extract_SOURCES = extract.cc
-rebuild_opening_SOURCES = rebuild_opening.cc
-rebuild_rank_SOURCES = rebuild_rank.cc
+# Disabled:
+#----------
+#
+#bin_PROGRAMS = \
+# erase \
+# extract \
+# rebuild_opening \
+# rebuild_rank
+#
+#erase_SOURCES = erase.cc
+#extract_SOURCES = extract.cc
+#rebuild_opening_SOURCES = rebuild_opening.cc
+#rebuild_rank_SOURCES = rebuild_rank.cc
diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am
index a6ed969..4214e37 100644
--- a/scribo/tests/Makefile.am
+++ b/scribo/tests/Makefile.am
@@ -21,14 +21,11 @@ SUBDIRS = \
core \
filter \
preprocessing \
+ table \
text \
toolchain \
unit_test
-# Disabled directories:
-#
-# table
-
# Regen files recursively.
include $(top_srcdir)/build-aux/regen-recursive.mk
REGEN_SUBDIRS += unit_test
diff --git a/scribo/tests/table/Makefile.am b/scribo/tests/table/Makefile.am
index 3427e6b..d7564e1 100644
--- a/scribo/tests/table/Makefile.am
+++ b/scribo/tests/table/Makefile.am
@@ -16,11 +16,13 @@
include $(top_srcdir)/scribo/tests/tests.mk
-check_PROGRAMS = \
- extract_lines_with_rank \
- repair_lines
+check_PROGRAMS =
-extract_lines_with_rank_SOURCES = extract_lines_with_rank.cc
-repair_lines_SOURCES = repair_lines.cc
+# check_PROGRAMS = \
+# extract_lines_with_rank \
+# repair_lines
+
+# extract_lines_with_rank_SOURCES = extract_lines_with_rank.cc
+# repair_lines_SOURCES = repair_lines.cc
TESTS = $(check_PROGRAMS)
--
1.5.6.5