diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-11-19 17:11:58 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-11-19 17:11:58 -0500 |
| commit | 173e1606322675149c09443e6037737748dd72f7 (patch) | |
| tree | 1d8c34777308b6f1121eaeee33257b8272708f75 /protocol/Makefile.am | |
| parent | protocol: Fix copy and paste summary (diff) | |
| download | wayland-173e1606322675149c09443e6037737748dd72f7.tar wayland-173e1606322675149c09443e6037737748dd72f7.tar.gz wayland-173e1606322675149c09443e6037737748dd72f7.tar.bz2 wayland-173e1606322675149c09443e6037737748dd72f7.tar.lz wayland-173e1606322675149c09443e6037737748dd72f7.tar.xz wayland-173e1606322675149c09443e6037737748dd72f7.tar.zst wayland-173e1606322675149c09443e6037737748dd72f7.zip | |
Fix distcheck by adding back protocol/Makefile.am
5909dddc78573774bd3a93c280831a7d18d82994 removed protocol/Makefile.am
which meant protocol/wayland.xml no longer got included in the tarball.
Add back protocol/Makefile.am and configure.ac bits and add protocol to
subdirs in Makefile.am to fix this.
Diffstat (limited to 'protocol/Makefile.am')
| -rw-r--r-- | protocol/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am new file mode 100644 index 0000000..08690b3 --- /dev/null +++ b/protocol/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = wayland.xml |
