From 4a2ce49d2ce19d0eb04ac509675ac9a191a0ed16 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 6 Mar 2011 14:52:28 +0000 Subject: pass --enable-pynslcd with distcheck git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1378 ef36b2f9-881f-0410-afb5-c4e39611909c --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e4b0f90..db3cf66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,8 @@ DEBIAN_FILES = debian/changelog debian/compat debian/control \ EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \ $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES) -DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --with-pam-seclib-dir="\$${libdir}/security" +DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --with-pam-seclib-dir="\$${libdir}/security" \ + --enable-pynslcd ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3