From d97410912695784203c1236321f9f69a1ddf0e90 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 5 May 2011 13:33:12 +0000 Subject: [PATCH] fix it so it's extensible and we'll avoid errors in future. Often people will copy, paste and modify the "if" block, so let's do it right from beginning. What was wrong was the "" (empty string) as initial SUBDIR. SVN revision: 59213 --- legacy/evas/src/static_deps/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/evas/src/static_deps/Makefile.am b/legacy/evas/src/static_deps/Makefile.am index 69d289a81f..08a0f5ba3d 100644 --- a/legacy/evas/src/static_deps/Makefile.am +++ b/legacy/evas/src/static_deps/Makefile.am @@ -1,5 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = + if EVAS_USE_LINEBREAK -SUBDIRS = liblinebreak +SUBDIRS += liblinebreak endif