cedric pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=d4445b87f92beeb403203afd6b81b10760c3c217
commit d4445b87f92beeb403203afd6b81b10760c3c217 Author: Cedric BAIL <cedric.b...@samsung.com> Date: Fri Dec 13 14:58:12 2013 +0900 autotools: we do include file from subdir, so we need this option --- src/bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index fca4b3c..0332093 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -1,3 +1,4 @@ +AUTOMAKE_OPTIONS = subdir-objects MAINTAINERCLEANFILES = Makefile.in bin_PROGRAMS = terminology tybg tyalpha typop tyq tycat tyls --