mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-02 07:17:58 +02:00
9 lines
193 B
Makefile
9 lines
193 B
Makefile
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
|