stefan pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=caa2c3fc013e9bf9516b4a5ca699e77ac25cf092
commit caa2c3fc013e9bf9516b4a5ca699e77ac25cf092 Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Fri Aug 4 10:28:52 2017 +0200 efl_wl: fix typo in file name to make sure xml file lands in dist In commit 6bb56b3f5651fab85b1a0a1a1a8040f4e488c799 a new xml wayland protocol file was added. Due to a typo in its name in EXTRA_DIST it never made it into the tarball breaking the wayland build. --- src/Makefile_Wayland_Protocols.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Wayland_Protocols.am b/src/Makefile_Wayland_Protocols.am index 56544a2a30..b96cce9ac4 100644 --- a/src/Makefile_Wayland_Protocols.am +++ b/src/Makefile_Wayland_Protocols.am @@ -1,5 +1,5 @@ EXTRA_DIST2 += \ -wayland_protocol/aux-hints.xml \ +wayland_protocol/efl-aux-hints.xml \ wayland_protocol/session-recovery.xml \ wayland_protocol/teamwork.xml \ wayland_protocol/www.xml --