elua: unbreak make install-examples
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 8 Apr 2016 18:35:37 +0000 (11:35 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 8 Apr 2016 23:01:07 +0000 (16:01 -0700)
src/examples/elua/Makefile.am

index 6dea8c6..a94d60d 100644 (file)
@@ -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: