diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2013-09-20 08:27:06 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-09-21 21:48:56 -0700 |
commit | ba90497b872720d42a63c090be24f339679c6706 (patch) | |
tree | 7d456c1d8af8185b557b530059ed80752e70e9f9 /protocol | |
parent | b99edb8b7e0217f5457c08ae2ef6e4227ecaccab (diff) |
Export the Wayland protocol XML file
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am index 08690b3..cc9cd1c 100644 --- a/protocol/Makefile.am +++ b/protocol/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = wayland.xml +dist_pkgdata_DATA = wayland.xml |