diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-24 11:12:47 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-24 11:12:47 +0200 |
commit | f0c8c7172809a21b967486e8beb3fe51dfac0e44 (patch) | |
tree | 94ba740e02d2e64540e00a89d8d1d10f3e513cb9 /Makefile.am | |
parent | 817d0ec30cf31a4a1cab4ba0a06119336ded86aa (diff) |
also build PAM module for make distcheck
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@894 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8ae5037..3677726 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ DEBIAN_FILES = debian/changelog debian/compat debian/control \ EXTRA_DIST = nss-ldapd.conf nslcd.h nslcd-common.h \ $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES) -DISTCHECK_CONFIGURE_FLAGS='--enable-warnings' +DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --enable-pam ACLOCAL_AMFLAGS = -I m4 |