build: fix examples build without c# bindings enabled
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 5 Dec 2017 08:26:22 +0000 (09:26 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 5 Dec 2017 08:26:22 +0000 (09:26 +0100)
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

index dffa069..68e66b5 100644 (file)
@@ -126,7 +126,6 @@ examples/emotion \
 examples/emile \
 examples/elocation \
 examples/ethumb_client \
-examples/efl_mono \
 examples/elementary
 
 if HAVE_ELUA