mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-03 18:40:19 +01:00
It is not complete, but has lots of stuff already. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
10 lines
233 B
Makefile
10 lines
233 B
Makefile
if BUILD_WCAP_TOOLS
|
|
wcap_subdir = wcap
|
|
endif
|
|
|
|
SUBDIRS = shared src clients data protocol tests $(wcap_subdir) man
|
|
|
|
DIST_SUBDIRS = shared src clients data protocol tests wcap man
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
|