173e160632
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.
13 lines
249 B
Makefile
13 lines
249 B
Makefile
if BUILD_DOCS
|
|
doc_subdir = doc
|
|
endif
|
|
|
|
SUBDIRS = src protocol $(doc_subdir) tests cursor
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = wayland-scanner.m4 wayland-scanner.mk
|
|
|
|
EXTRA_DIST = wayland-scanner.mk
|