diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/bin/eet/Makefile.am | 3 |
2 files changed, 1 insertions, 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]) | |||
570 | 570 | ||
571 | ### Additional options to configure | 571 | ### Additional options to configure |
572 | 572 | ||
573 | EFL_ENABLE_BIN([eet]) | ||
574 | |||
575 | AC_ARG_WITH([crypto], | 573 | AC_ARG_WITH([crypto], |
576 | [AC_HELP_STRING([--with-crypto=CRYPTO], | 574 | [AC_HELP_STRING([--with-crypto=CRYPTO], |
577 | [use the predefined build crypto, one of: | 575 | [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 += \ | |||
16 | -I$(top_builddir)/src/lib/evil | 16 | -I$(top_builddir)/src/lib/evil |
17 | endif | 17 | endif |
18 | 18 | ||
19 | bin_PROGRAMS = @EET_PRG@ | 19 | bin_PROGRAMS = eet |
20 | EXTRA_PROGRAMS = eet | ||
21 | 20 | ||
22 | eet_SOURCES = eet_main.c | 21 | eet_SOURCES = eet_main.c |
23 | eet_LDADD = \ | 22 | eet_LDADD = \ |