efl: eet binary is not optional anymore.

it's pointless to have this and may cause problems or complex
configure.ac when we have libraries that use 'eet' during its compile
phase (like elementary generates its profile/configuration).



SVN revision: 77815
This commit is contained in:
Gustavo Sverzut Barbieri 2012-10-10 21:15:54 +00:00
parent faba14f129
commit 423ae915ee
2 changed files with 1 additions and 4 deletions

View File

@ -570,8 +570,6 @@ AC_MSG_NOTICE([Eet checks])
### Additional options to configure
EFL_ENABLE_BIN([eet])
AC_ARG_WITH([crypto],
[AC_HELP_STRING([--with-crypto=CRYPTO],
[use the predefined build crypto, one of:

View File

@ -16,8 +16,7 @@ AM_CPPFLAGS += \
-I$(top_builddir)/src/lib/evil
endif
bin_PROGRAMS = @EET_PRG@
EXTRA_PROGRAMS = eet
bin_PROGRAMS = eet
eet_SOURCES = eet_main.c
eet_LDADD = \