diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 04:39:28 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 04:39:28 +0000 |
commit | a9230c1de31b6f99e49203ec6e294dd51c457cbb (patch) | |
tree | b5c4d8ecfd424c068ab2f1612f280734f0add923 /src/lib/Makefile.am | |
parent | 8eb2fc8c4ffb519e939c85796e634e06317e1384 (diff) | |
download | efl-a9230c1de31b6f99e49203ec6e294dd51c457cbb.tar.gz efl-a9230c1de31b6f99e49203ec6e294dd51c457cbb.tar.xz efl-a9230c1de31b6f99e49203ec6e294dd51c457cbb.zip |
make eo not an optional build - this WILL be no-option as we will be
based on it.
SVN revision: 77124
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 14 |
1 files changed, 1 insertions, 13 deletions
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 |