On Wed, Sep 14, 2011 at 2:03 PM, Dave Reisner <d@falconindy.com> wrote:
Since c51b9ca, ldconfig.stub is no longer generated, so we need to include it as part of the dist tarball. It was never actually generated, the file is brand new and I forgot to add it to this list. The patch is right, just the message is misleading.
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