blob: e9ecc3809af1d3a3016ed844ffe3824d52458758 (
plain)
1
2
3
4
5
6
7
8
9
|
if BUILD_WCAP_TOOLS
wcap_subdir = wcap
endif
SUBDIRS = shared src clients data protocol tests $(wcap_subdir) man
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
EXTRA_DIST = weston.ini wayland-scanner.mk
|