From 606b1715c1a48e5e3548c29936ca5a635c29e382 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 4 Sep 2013 11:48:51 +0100 Subject: [PATCH] Revert "enable subdir-objects for e_fm directory" This reverts commit 21f4a15c90a735a61b8be2013d4e3796aece1e01. It breaks make distcheck. Hard to track down as the error messages came in po processing and looked like this: 0:10:58.392 make[4]: *** No rule to make target `.deps/enlightenment_sys-e_sys_main.Po'. Stop. The subdir-objects confused our build setup. If anyone thinks this is still needed and has a better fix go ahead. --- src/bin/e_fm/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_fm/Makefile.am b/src/bin/e_fm/Makefile.am index 2a9a9ce6c..083839c73 100644 --- a/src/bin/e_fm/Makefile.am +++ b/src/bin/e_fm/Makefile.am @@ -1,5 +1,4 @@ MAINTAINERCLEANFILES = Makefile.in -AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS = \ -I$(top_builddir) \