summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-10-04 16:12:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-10-04 16:12:13 -0400
commitbe4588009b7106859e1beae6038aaea8d7f85825 (patch)
treeee0010a7003d23a686888fc9585de4e0ec429547 /Makefile.am
parent8e54633a2b520dff0a237349f5fc4cbcf4719f40 (diff)
remove non-nslcd stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
index d51a9ad..f68955e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,28 +20,15 @@
# 02110-1301 USA
SUBDIRS = compat common
-if ENABLE_NSS
- SUBDIRS += nss
-endif
-if ENABLE_PAM
- SUBDIRS += pam
-endif
if ENABLE_NSLCD
SUBDIRS += nslcd
endif
-if ENABLE_PYNSLCD
- SUBDIRS += pynslcd
-endif
-if ENABLE_UTILS
- SUBDIRS += utils
-endif
SUBDIRS += man tests
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
$(wildcard m4/*.m4) HACKING ldapns.schema ldapns.ldif
-DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --enable-pynslcd --enable-utils \
- --with-pam-seclib-dir="\$${libdir}/security" \
+DISTCHECK_CONFIGURE_FLAGS = --enable-warnings \
--with-ldap-conf-file="\$${prefix}/nslcd.conf" \
CPPFLAGS=$(CPPFLAGS) LDFLAGS=$(LDFLAGS)