From: Mark Wooding Date: Sun, 13 May 2012 20:40:21 +0000 (+0100) Subject: Makefile.am: Stupid workaround for new Automake pettiness. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-backup/commitdiff_plain/984ce16535406634518068fec57ffb6a60f6e5f6 Makefile.am: Stupid workaround for new Automake pettiness. Apparently `pkglibdir is not a legitimate directory for DATA'. I don't care. --- diff --git a/Makefile.am b/Makefile.am index a9bf3f1..b8a3518 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,8 @@ sbin_SCRIPTS = noinst_SCRIPTS = pkglibexec_PROGRAMS = -pkglib_DATA = +npkglibdir = $(pkglibdir) +npkglib_DATA = man_MANS = dist_man_MANS = @@ -156,7 +157,7 @@ bkp: bkp.in Makefile chmod +x bkp.new && mv bkp.new bkp ## Type handler utility library. -pkglib_DATA += bkpfunc.sh +npkglib_DATA += bkpfunc.sh EXTRA_DIST += bkpfunc.sh ## Backup type handlers.