From 27b3e0ccb94afa86a9ce46f16a78bb54f954df4f Mon Sep 17 00:00:00 2001 From: hno <> Date: Fri, 16 May 2003 20:36:19 +0000 Subject: [PATCH] We need to dist wb_common.h --- helpers/external_acl/winbind_group/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/external_acl/winbind_group/Makefile.am b/helpers/external_acl/winbind_group/Makefile.am index ca8dfa0215..46766b4e1e 100755 --- a/helpers/external_acl/winbind_group/Makefile.am +++ b/helpers/external_acl/winbind_group/Makefile.am @@ -1,11 +1,11 @@ # # Makefile for the wb_group external_acl helper # -# $Id: Makefile.am,v 1.5 2003/02/11 14:34:41 hno Exp $ +# $Id: Makefile.am,v 1.6 2003/05/16 14:36:19 hno Exp $ # libexec_PROGRAMS = wb_group -wb_group_SOURCES = wb_check_group.c wb_common.c wbntlm.h +wb_group_SOURCES = wb_check_group.c wb_common.c wbntlm.h wb_common.h EXTRA_DIST = readme.txt INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src -I@SAMBASOURCES@ -- 2.47.3