stefan pushed a commit to branch master.

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

commit f5001ca4f9d697beae396c6dde82dc95bfbb56b1
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Dec 5 09:26:22 2017 +0100

    build: fix examples build without c# bindings enabled
    
    Listing it here without guards will break for builds without c# enabled.
    It was actually taken care of a few lines below where it gets included
    with the right guards. This one was just around by accident I think.
---
 src/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index dffa069ab3..68e66b5ef1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -126,7 +126,6 @@ examples/emotion \
 examples/emile \
 examples/elocation \
 examples/ethumb_client \
-examples/efl_mono \
 examples/elementary
 
 if HAVE_ELUA

-- 


Reply via email to