From a9230c1de31b6f99e49203ec6e294dd51c457cbb Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 27 Sep 2012 04:39:28 +0000 Subject: make eo not an optional build - this WILL be no-option as we will be based on it. SVN revision: 77124 --- src/lib/Makefile.am | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/lib/Makefile.am') diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index e715faa10..18623daf7 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,23 +1,11 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = +SUBDIRS = eina eo if HAVE_WINDOWS - SUBDIRS += evil - endif -SUBDIRS += eina - if EFL_BUILD_EET - SUBDIRS += eet - -endif - -if EFL_BUILD_EO - -SUBDIRS += eo - endif -- cgit