Makefile.am: Don't list wcap sub directory twice in DIST_SUBDIRS

Kristian Høgsberg 13 years ago
parent 325b3d16ce
commit b278fdf1fc
  1. 2
      Makefile.am

@ -4,7 +4,7 @@ endif
SUBDIRS = shared src clients data protocol tests $(wcap_subdir)
DIST_SUBDIRS = $(SUBDIRS) wcap
DIST_SUBDIRS = shared src clients data protocol tests wcap
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install

Loading…
Cancel
Save