diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2014-04-02 19:53:44 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-04-02 21:24:39 -0700 |
commit | 27e1167957b7151725ec9cc2cb10a102d669e8ac (patch) | |
tree | b6a8e7d21d1f307a49419977f6ce5342d108ab7b /Makefile.am | |
parent | ca6f73b636d594687beabfdc2bc950f66c8626f9 (diff) |
Generate/build the fullscreen shell protocol files
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5ff4f834..e1815287 100644 --- a/Makefile.am +++ b/Makefile.am @@ -920,6 +920,7 @@ EXTRA_DIST += \ protocol/text-cursor-position.xml \ protocol/wayland-test.xml \ protocol/xdg-shell.xml \ + protocol/fullscreen-shell.xml \ protocol/scaler.xml man_MANS = weston.1 weston.ini.5 |