diff --git a/helpers/Makefile.am b/helpers/Makefile.am index 08c96ae66..e12b0a672 100644 --- a/helpers/Makefile.am +++ b/helpers/Makefile.am @@ -7,13 +7,16 @@ if BACKEND_TYPE_YUM dist_helper_DATA = \ yum-search-name.py \ yum-search-details.py \ + yum-search-group.py \ + yum-search-file.py \ yum-get-deps.py \ yum-get-updates.py \ - yum-install.py \ - yum-refresh-cache.py \ - yum-remove.py \ - yum-update-system.py \ yum-get-description.py \ + yum-install.py \ + yum-remove.py \ + yum-update.py \ + yum-refresh-cache.py \ + yum-update-system.py \ yumBackend.py \ packagekit.py \ $(NULL)