mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-03-11 13:00:38 +01:00
10 lines
197 B
Makefile
10 lines
197 B
Makefile
if BUILD_WCAP_TOOLS
|
|
wcap_subdir = wcap
|
|
endif
|
|
|
|
SUBDIRS = shared src clients data protocol tests $(wcap_subdir)
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS) wcap
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
|