---
scribo/ChangeLog | 4 ++++
scribo/demo/Makefile.am | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 4b4f375..40f7db0 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2010-12-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * demo/Makefile.am (SUBDIRS): Fix invalid assignment.
+
+2010-12-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* demo/xml2doc/Makefile.am: Add a file dependency.
2010-12-10 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/scribo/demo/Makefile.am b/scribo/demo/Makefile.am
index 2d55093..328f17e 100644
--- a/scribo/demo/Makefile.am
+++ b/scribo/demo/Makefile.am
@@ -15,15 +15,17 @@
# You should have received a copy of the GNU General Public License
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
+SUBDIRS =
+
if HAVE_QT
-SUBDIRS = review
+SUBDIRS += review
if HAVE_MAGICKXX
-SUBDIRS = viewer
+SUBDIRS += viewer
endif HAVE_MAGICKXX
--
1.5.6.5