mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Fix distcheck by adding back protocol/Makefile.am
5909dddc78 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.
This commit is contained in:
parent
3a671b4d3d
commit
173e160632
3 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ if BUILD_DOCS
|
||||||
doc_subdir = doc
|
doc_subdir = doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = src $(doc_subdir) tests cursor
|
SUBDIRS = src protocol $(doc_subdir) tests cursor
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,5 +116,6 @@ AC_CONFIG_FILES([Makefile
|
||||||
src/wayland-server.pc
|
src/wayland-server.pc
|
||||||
src/wayland-client.pc
|
src/wayland-client.pc
|
||||||
src/wayland-version.h
|
src/wayland-version.h
|
||||||
|
protocol/Makefile
|
||||||
tests/Makefile])
|
tests/Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
||||||
1
protocol/Makefile.am
Normal file
1
protocol/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_DIST = wayland.xml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue