summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-12-05 09:26:22 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2017-12-05 09:26:22 +0100
commitf5001ca4f9d697beae396c6dde82dc95bfbb56b1 (patch)
tree58309a32d1d606bc00d6c92e48c15ed59bfb3a83
parentbdc396945281290c3d4b0622d9f9a3945af01097 (diff)
downloadefl-f5001ca4f9d697beae396c6dde82dc95bfbb56b1.tar.gz
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.
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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