[pacman-dev] [PATCH 2/2] include ldconfig.stub in EXTRA_DIST
Dave Reisner
d at falconindy.com
Wed Sep 14 14:03:04 EDT 2011
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 at 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
More information about the pacman-dev
mailing list