From 316ddf1b3f0e2280aed7da4dda16fa3e52bcce14 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 4 Dec 2012 07:23:43 +0000 Subject: [PATCH] Ecore: fix subdirs (aka : to test, do not compile while being in the subdir, but at the top level dir...) SVN revision: 80129 --- src/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index 34e9f5154f..020393036c 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = eina eo eet evas +SUBDIRS = eina eo eet evas ecore examples: @$(MAKE) $(AM_MAKEFLAGS) -C eina examples