From db6b561e3e780d97e879653304545c727a2eec1c Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Tue, 27 Apr 2010 15:47:12 +0000 Subject: [PATCH] remove stale references to enlightenment_fm_open, it's gone! SVN revision: 48364 --- src/bin/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 4f92b27e5..1882fa322 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -17,8 +17,7 @@ INCLUDES = -I$(top_srcdir) \ bin_PROGRAMS = \ enlightenment \ enlightenment_imc \ -enlightenment_start \ -enlightenment_fm_open +enlightenment_start internal_bindir = $(libdir)/enlightenment/utils internal_bin_PROGRAMS = \ @@ -350,13 +349,6 @@ e_fm_op.c enlightenment_fm_op_LDADD = @E_FM_OP_LIBS@ enlightenment_fm_op_CFLAGS = $(INCLUDES) -enlightenment_fm_open_SOURCES = \ -e_fm_open.c \ -e_ipc_codec.c - -enlightenment_fm_open_LDADD = @E_FM_OPEN_LIBS@ -enlightenment_fm_open_CFLAGS = $(INCLUDES) - enlightenment_sys_SOURCES = \ e_sys_main.c