From 423ae915ee3857e835d39fd61187bf8df657d0f3 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 10 Oct 2012 21:15:54 +0000 Subject: [PATCH] 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 --- configure.ac | 2 -- src/bin/eet/Makefile.am | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 78d2b95dc6..584ba0c3f5 100644 --- a/configure.ac +++ b/configure.ac @@ -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: diff --git a/src/bin/eet/Makefile.am b/src/bin/eet/Makefile.am index c81b3191bc..387da12e0a 100644 --- a/src/bin/eet/Makefile.am +++ b/src/bin/eet/Makefile.am @@ -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 = \