nss-pam-ldapd commit: r1216 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1216 - nss-pam-ldapd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1216 - nss-pam-ldapd
- Date: Sun, 26 Sep 2010 13:08:55 +0200 (CEST)
Author: arthur
Date: Sun Sep 26 13:08:53 2010
New Revision: 1216
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1216
Log:
switch to nicer mechanism to specify subdirectories to build
Modified:
nss-pam-ldapd/Makefile.am
Modified: nss-pam-ldapd/Makefile.am
==============================================================================
--- nss-pam-ldapd/Makefile.am Sat Sep 25 23:50:29 2010 (r1215)
+++ nss-pam-ldapd/Makefile.am Sun Sep 26 13:08:53 2010 (r1216)
@@ -19,17 +19,17 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
+SUBDIRS = compat common
if ENABLE_NSS
- MAYBE_NSS = nss
+ SUBDIRS += nss
endif
if ENABLE_PAM
- MAYBE_PAM = pam
+ SUBDIRS += pam
endif
if ENABLE_NSLCD
- ENABLE_NSLCD = nslcd
+ SUBDIRS += nslcd
endif
-
-SUBDIRS = compat common $(MAYBE_NSS) $(MAYBE_PAM) $(ENABLE_NSLCD) man tests
+SUBDIRS += man tests
DEBIAN_FILES = debian/changelog debian/compat debian/control \
debian/copyright debian/rules debian/NEWS \
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1216 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project