blob: 88428deba50bc7bd5bb58fc7a023cb63bf1bba61 (
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
|