seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0d276cf5b7905f72902fedc673dd6c6cc90d192a
commit 0d276cf5b7905f72902fedc673dd6c6cc90d192a Author: Daniel Juyung Seo <[email protected]> Date: Mon Feb 23 12:40:49 2015 +0900 examples: Fix build error due to the name change. Sorry for the step by step fix. Thanks for the report id213sin. --- 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 0fc5492..dc100db 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -1,7 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in SUBDIRS = sphere_hunter -SUBDIRS += perfomance +SUBDIRS += performance include ../../Makefile_Elm_Helpers.am --
