Dist the correct yum files

This commit is contained in:
Richard Hughes 2007-08-28 21:24:26 +01:00
parent 9326e5d80e
commit 8c0983224d

View File

@ -7,13 +7,16 @@ if BACKEND_TYPE_YUM
dist_helper_DATA = \ dist_helper_DATA = \
yum-search-name.py \ yum-search-name.py \
yum-search-details.py \ yum-search-details.py \
yum-search-group.py \
yum-search-file.py \
yum-get-deps.py \ yum-get-deps.py \
yum-get-updates.py \ yum-get-updates.py \
yum-install.py \
yum-refresh-cache.py \
yum-remove.py \
yum-update-system.py \
yum-get-description.py \ yum-get-description.py \
yum-install.py \
yum-remove.py \
yum-update.py \
yum-refresh-cache.py \
yum-update-system.py \
yumBackend.py \ yumBackend.py \
packagekit.py \ packagekit.py \
$(NULL) $(NULL)