1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-01 09:51:50 -05:00

include ldconfig.stub in EXTRA_DIST

Since c51b9ca, ldconfig.stub is required by pactest so we need to
include it as part of the dist tarball.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2011-09-14 13:30:29 -04:00 committed by Dan McGee
parent 68856755c4
commit e01dbcc068

View File

@ -16,6 +16,7 @@ EXTRA_DIST = \
README \
TODO \
ChangeLog \
ldconfig.stub \
$(check_SCRIPTS)
# vim:set ts=2 sw=2 noet: