fix it so it's extensible and we'll avoid errors in future.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 13:33:12 +0000 (13:33 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 13:33:12 +0000 (13:33 +0000)
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

src/static_deps/Makefile.am

index 69d289a..08a0f5b 100644 (file)
@@ -1,5 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
+SUBDIRS =
+
 if EVAS_USE_LINEBREAK
-SUBDIRS = liblinebreak
+SUBDIRS += liblinebreak
 endif