mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
To allow user program to include wayland-scanner.m4 in tarball, move the path variables from it into wayland-scanner.pc.
12 lines
242 B
Makefile
12 lines
242 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
|
|
dist_aclocal_DATA = wayland-scanner.m4
|
|
|
|
dist_pkgdata_DATA = wayland-scanner.mk
|