14 Sep
2011
14 Sep
'11
6:03 p.m.
Since c51b9ca, ldconfig.stub is no longer generated, so we need to include it as part of the dist tarball. Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- I'm not sure if automake provides a more appropriate var to assign this to, but this gets the job done. test/pacman/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/pacman/Makefile.am b/test/pacman/Makefile.am index f96ce38..d198ba2 100644 --- a/test/pacman/Makefile.am +++ b/test/pacman/Makefile.am @@ -16,6 +16,7 @@ EXTRA_DIST = \ README \ TODO \ ChangeLog \ + ldconfig.stub \ $(check_SCRIPTS) # vim:set ts=2 sw=2 noet: -- 1.7.6.1