05f95c85c8
The scanner is not very forgiving if the protocol doesn't match it's expectations and crashes without much of a notice. Thus, validate the protocol against a DTD. Move the protocol subdir forward so we validate first before trying anything else, and install the DTD so we can validate weston's protocols as well.
13 lines
242 B
Makefile
13 lines
242 B
Makefile
if BUILD_DOCS
|
|
doc_subdir = doc
|
|
endif
|
|
|
|
SUBDIRS = protocol 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
|