efl_wl: fix typo in file name to make sure xml file lands in dist
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 4 Aug 2017 08:28:52 +0000 (10:28 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 4 Aug 2017 08:57:59 +0000 (10:57 +0200)
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

index 56544a2..b96cce9 100644 (file)
@@ -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