Makefile: fix assigning to dist_wayland_session_DATA
authorMarek Chalupa <mchqwerty@gmail.com>
Thu, 22 Jan 2015 09:03:03 +0000 (10:03 +0100)
committerBryce Harrington <bryce@osg.samsung.com>
Thu, 22 Jan 2015 14:58:09 +0000 (06:58 -0800)
commit194ca2b2b249c1079c2f0aa7ebc0dcfece07d98a
treee0cee33ab2bf06aaa53ec670906b1ea7da84d7ef
parent0b85f6de6cca0e6d10148b43a1771cdff87f75e8
Makefile: fix assigning to dist_wayland_session_DATA

dist_wayland_session_DATA is not set anywhere before, so using +=
results in:

error: dist_wayland_session_DATA must be set with '=' before using '+='

Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Makefile.am