diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-03-10 19:35:57 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-03-10 19:35:57 +0000 |
commit | f8311e0bb12b75db64bdf4a5ad6fc57983aeace3 (patch) | |
tree | 99715d08af960c680a15242015d164570b052ee3 /Makefile.am | |
parent | 7583594ae1509934ac10bb74425fd9ab76248064 (diff) | |
download | rpm-setup-f8311e0bb12b75db64bdf4a5ad6fc57983aeace3.tar rpm-setup-f8311e0bb12b75db64bdf4a5ad6fc57983aeace3.tar.gz rpm-setup-f8311e0bb12b75db64bdf4a5ad6fc57983aeace3.tar.bz2 rpm-setup-f8311e0bb12b75db64bdf4a5ad6fc57983aeace3.tar.xz rpm-setup-f8311e0bb12b75db64bdf4a5ad6fc57983aeace3.zip |
- include tests file in package
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4c86a40..3fd71e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,8 @@ EXTRA_DIST = \ $(pkg_scripts) \ $(pkg_scripts_in) \ macros-perarch.in make_macrosfiles.sh.in \ - rpm-spec-mode.el + rpm-spec-mode.el \ + tests.sh tests/macros.sh edit = sed \ -e 's,@RPMVENDOR\@,$(RPMVENDOR),g' \ |