diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-06 14:52:28 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-06 14:52:28 +0000 |
commit | 4a2ce49d2ce19d0eb04ac509675ac9a191a0ed16 (patch) | |
tree | 2a5480975c4fdde3960f9b9a9c26fea821b83506 | |
parent | 25a4818a7328241691576d50d925f3fac747fc6e (diff) |
pass --enable-pynslcd with distcheck
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1378 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |