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
This commit is contained in:
Gustavo Sverzut Barbieri 2011-05-05 13:33:12 +00:00
parent 424cd61f2d
commit d974109126
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS =
if EVAS_USE_LINEBREAK
SUBDIRS = liblinebreak
SUBDIRS += liblinebreak
endif