summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-08-04 10:28:52 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-08-04 10:57:59 +0200
commit2221970fff3046102f31b4c691be887886416b80 (patch)
treec2abdd4284330713f99f8e9bb0f69a89625e5503
parent0e7a316a7a05b0c2733403285120a6a59a67d790 (diff)
downloadefl-devs/kimcinoo/work.tar.gz
efl_wl: fix typo in file name to make sure xml file lands in distdevs/kimcinoo/work
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.
-rw-r--r--src/Makefile_Wayland_Protocols.am2
1 files changed, 1 insertions, 1 deletions
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