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:
Kristian Høgsberg 2014-02-18 14:55:09 -08:00
parent 6292fe2af6
commit bb5344ee6d
3 changed files with 5 additions and 4 deletions

View file

@ -2,11 +2,14 @@ if BUILD_DOCS
doc_subdir = doc
endif
SUBDIRS = protocol src $(doc_subdir) tests cursor
SUBDIRS = src $(doc_subdir) tests cursor
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
aclocaldir = $(datadir)/aclocal
dist_aclocal_DATA = wayland-scanner.m4
dist_pkgdata_DATA = wayland-scanner.mk
dist_pkgdata_DATA = \
wayland-scanner.mk \
protocol/wayland.xml \
protocol/wayland.dtd