bb5344ee6d
A small step towards non-recursive build system for wayland too.
16 lines
291 B
Makefile
16 lines
291 B
Makefile
if BUILD_DOCS
|
|
doc_subdir = doc
|
|
endif
|
|
|
|
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 \
|
|
protocol/wayland.xml \
|
|
protocol/wayland.dtd
|