40fc79d5b0
To allow user program to include wayland-scanner.m4 in tarball, move the path variables from it into wayland-scanner.pc.
13 lines
242 B
Makefile
13 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
|