diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-23 19:56:44 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-23 19:56:44 +0000 |
commit | 851975dbcccdf4c70689a9d8c2fa7359fb6cc89e (patch) | |
tree | ca1fad45795a8d325c706681334c9df3d301d50c /src/bin/Makefile.am | |
parent | 58f5ec5047fcc32540176c3d4f0f4e3b959fddea (diff) |
merge : remove useless CONDITIONALs and make eet build optional; eina is always built
SVN revision: 77026
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r-- | src/bin/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 70889282e3..0c72cbd210 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am | |||
@@ -8,4 +8,8 @@ SUBDIRS += evil | |||
8 | 8 | ||
9 | endif | 9 | endif |
10 | 10 | ||
11 | if EFL_BUILD_EET | ||
12 | |||
11 | SUBDIRS += eet | 13 | SUBDIRS += eet |
14 | |||
15 | endif | ||