From b278fdf1fc6c456162c52d3862b2683935e69d5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 25 Jun 2012 18:05:08 -0400 Subject: [PATCH] Makefile.am: Don't list wcap sub directory twice in DIST_SUBDIRS --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a346978..dcc320b 100644 --- a/Makefile.am +++ b/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 -- 2.7.4