summaryrefslogtreecommitdiff
path: root/etc/pam
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-03-23 22:46:45 +0000
committerRoger Leigh <rleigh@debian.org>2013-03-31 14:32:41 +0100
commit5bf4240c0968919013e3623ba774da1a8eac5e09 (patch)
tree73cb27f8ba6547cebc24095744d232a91dfa9184 /etc/pam
parent1159346bef5bac9599cb35353cf21e8b10897701 (diff)
downloadschroot-5bf4240c0968919013e3623ba774da1a8eac5e09.tar.gz
build: Use non-recursive make
Don't recurse into subdirectories (with the exception of po). Include Makefile.am fragments from subdirectories into the top-level Makefile, adjusted to use paths relative to the root.
Diffstat (limited to 'etc/pam')
-rw-r--r--etc/pam/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/pam/Makefile.am b/etc/pam/Makefile.am
index 8498b58b..ad272860 100644
--- a/etc/pam/Makefile.am
+++ b/etc/pam/Makefile.am
@@ -19,11 +19,9 @@
#
#####################################################################
-include $(top_srcdir)/scripts/global.mk
-
pamdir = /etc/pam.d
-pam_DATA = schroot
+pam_DATA = etc/pam/schroot
-EXTRA_DIST = $(pam_DATA)
+EXTRA_DIST += $(pam_DATA)