diff options
author | Roger Leigh <rleigh@debian.org> | 2013-03-23 22:46:45 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-03-31 14:32:41 +0100 |
commit | 5bf4240c0968919013e3623ba774da1a8eac5e09 (patch) | |
tree | 73cb27f8ba6547cebc24095744d232a91dfa9184 /etc/pam | |
parent | 1159346bef5bac9599cb35353cf21e8b10897701 (diff) | |
download | schroot-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.am | 6 |
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) |