From 05de6f3525b88331b4165d197da86e2e56c3b065 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 1 Dec 2007 05:10:39 +0000 Subject: Use a slightly hackier way to build things in the Perl directory and use that for 0.3. --- Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1d2e241..8fb50ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,8 +79,13 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.h.in~ \ server/keytab-backend.8 server/wallet-backend.8 tools/compile \ tools/depcomp tools/install-sh tools/missing -# Take appropriate actions in the Perl directory as well. -all-local: +# Take appropriate actions in the Perl directory as well. We don't want to +# always build the Perl directory in all-local, since otherwise Automake does +# this for every target, which overrides some hacks we have to do for Debian +# packaging. +all-local: perl/blib/lib/Wallet/Config.pm + +perl/blib/lib/Wallet/Config.pm: cd perl && perl Makefile.PL cd perl && $(MAKE) -- cgit v1.2.3