cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=25671270b28ccdfd9b9a344ad3273ff9ab4d184f

commit 25671270b28ccdfd9b9a344ad3273ff9ab4d184f
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Fri Apr 8 11:35:37 2016 -0700

    elua: unbreak make install-examples
---
 src/examples/elua/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/examples/elua/Makefile.am b/src/examples/elua/Makefile.am
index 6dea8c6..a94d60d 100644
--- a/src/examples/elua/Makefile.am
+++ b/src/examples/elua/Makefile.am
@@ -9,8 +9,8 @@ examples: ;
 
 clean-local: ;
 
-#install-examples:
-#      $(MKDIR_P) $(datadir)/elua/examples
+install-examples:
+       $(MKDIR_P) $(datadir)/elua/examples
 #      cd $(srcdir) && $(install_sh_DATA) -c $(DATA_FILES) 
$(datadir)/elua/examples
 
 #uninstall-local:

-- 


Reply via email to