mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
build: Move protocol/ Makefile.am into toplevel Makefile.am
A small step towards non-recursive build system for wayland too.
This commit is contained in:
parent
6292fe2af6
commit
bb5344ee6d
3 changed files with 5 additions and 4 deletions
|
|
@ -2,11 +2,14 @@ if BUILD_DOCS
|
||||||
doc_subdir = doc
|
doc_subdir = doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = protocol src $(doc_subdir) tests cursor
|
SUBDIRS = src $(doc_subdir) tests cursor
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||||
|
|
||||||
aclocaldir = $(datadir)/aclocal
|
aclocaldir = $(datadir)/aclocal
|
||||||
dist_aclocal_DATA = wayland-scanner.m4
|
dist_aclocal_DATA = wayland-scanner.m4
|
||||||
|
|
||||||
dist_pkgdata_DATA = wayland-scanner.mk
|
dist_pkgdata_DATA = \
|
||||||
|
wayland-scanner.mk \
|
||||||
|
protocol/wayland.xml \
|
||||||
|
protocol/wayland.dtd
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,5 @@ AC_CONFIG_FILES([Makefile
|
||||||
src/wayland-client.pc
|
src/wayland-client.pc
|
||||||
src/wayland-scanner.pc
|
src/wayland-scanner.pc
|
||||||
src/wayland-version.h
|
src/wayland-version.h
|
||||||
protocol/Makefile
|
|
||||||
tests/Makefile])
|
tests/Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
dist_pkgdata_DATA = wayland.xml wayland.dtd
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue