blob: dcc320bb21e8339f5b362f4fbff5e1a27b251edd (
plain)
1
2
3
4
5
6
7
8
9
10
|
if BUILD_WCAP_TOOLS
wcap_subdir = wcap
endif
SUBDIRS = shared src clients data protocol tests $(wcap_subdir)
DIST_SUBDIRS = shared src clients data protocol tests wcap
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
|