From: barbieri Date: Thu, 5 May 2011 13:33:12 +0000 (+0000) Subject: fix it so it's extensible and we'll avoid errors in future. X-Git-Tag: accepted/2.0/20130306.225542~242^2~654 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c7f77c526b8758b474830f75af57a868a3071a8;p=profile%2Fivi%2Fevas.git 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. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59213 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/static_deps/Makefile.am b/src/static_deps/Makefile.am index 69d289a..08a0f5b 100644 --- a/src/static_deps/Makefile.am +++ b/src/static_deps/Makefile.am @@ -1,5 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = + if EVAS_USE_LINEBREAK -SUBDIRS = liblinebreak +SUBDIRS += liblinebreak endif