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)
commitf5001ca4f9d697beae396c6dde82dc95bfbb56b1
tree58309a32d1d606bc00d6c92e48c15ed59bfb3a83
parentbdc396945281290c3d4b0622d9f9a3945af01097
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