blob: 7b1b1bc700319cbfec26c38a28eec22377d04e6b (
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) man
DIST_SUBDIRS = shared src clients data protocol tests wcap man
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
|