summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bc162dc..e4b0f90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,6 +29,9 @@ endif
if ENABLE_NSLCD
SUBDIRS += nslcd
endif
+if ENABLE_PYNSLCD
+ SUBDIRS += pynslcd
+endif
SUBDIRS += man tests
DEBIAN_FILES = debian/changelog debian/compat debian/control \
@@ -64,7 +67,7 @@ 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
+DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --with-pam-seclib-dir="\$${libdir}/security"
ACLOCAL_AMFLAGS = -I m4