From 5bf4240c0968919013e3623ba774da1a8eac5e09 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sat, 23 Mar 2013 22:46:45 +0000 Subject: 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. --- etc/pam/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'etc/pam') 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) -- cgit v1.2.3