summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-09-26 11:08:53 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-09-26 11:08:53 +0000
commit3b858f7c6eeaedacf46f51d58b43e614ca5edb8e (patch)
tree4da8e7df5287b89bca2c1dbef9a9cc68c81527a5 /Makefile.am
parent0126c944134e662f83971df6807ae995e1b5a277 (diff)
switch to nicer mechanism to specify subdirectories to build
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1216 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b8bbeb..bc162dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \