diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-06 08:19:03 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-06 08:19:03 +0300 |
commit | 2e9586ad93e717001e01ca9ad9477bf026bf3870 (patch) | |
tree | 5590a4c9c662a8c5bf0b6bc0629e7263e44746a5 /scripts/Makefile.am | |
parent | 3448bd7328ad310f781f72c031dc1a92d0d8f31e (diff) | |
download | rpm-2e9586ad93e717001e01ca9ad9477bf026bf3870.tar.gz rpm-2e9586ad93e717001e01ca9ad9477bf026bf3870.tar.bz2 rpm-2e9586ad93e717001e01ca9ad9477bf026bf3870.zip |
Add OSGi dependency extractor script from Kyu Lee
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 01dd54765..1e9d2a95d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -14,7 +14,7 @@ EXTRA_DIST = \ check-files check-prereqs \ check-buildroot check-rpaths check-rpaths-worker \ find-debuginfo.sh find-lang.sh - perldeps.pl perl.prov perl.req pythondeps.sh \ + perldeps.pl perl.prov perl.req pythondeps.sh osgideps.pl \ rpmdb_loadcvt rpmdiff rpmdiff.cgi \ rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \ tcl.req tgpg u_pkg.sh \ @@ -31,7 +31,7 @@ rpmconfig_SCRIPTS = \ check-files check-prereqs \ check-buildroot check-rpaths check-rpaths-worker \ find-lang.sh \ - perl.prov perl.req pythondeps.sh \ + perl.prov perl.req pythondeps.sh osgideps.pl \ mono-find-requires mono-find-provides \ rpmdb_loadcvt rpmdiff rpmdiff.cgi \ rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \ |