Kristian Høgsberg | 61cfa66 | 2012-05-26 13:19:22 -0400 | [diff] [blame^] | 1 | if BUILD_WCAP_TOOLS |
2 | wcap_subdir = wcap | ||||
3 | endif | ||||
4 | |||||
5 | SUBDIRS = shared src clients data protocol tests $(wcap_subdir) | ||||
6 | |||||
7 | DIST_SUBDIRS = $(SUBDIRS) wcap | ||||
8 | |||||
Kristian Høgsberg | 850f24c | 2012-02-09 09:20:44 -0500 | [diff] [blame] | 9 | |
10 | DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install |