fix problem with gst-feedback

Original commit message from CVS:
fix problem with gst-feedback
This commit is contained in:
Christian Schaller 2005-01-11 12:34:04 +00:00
parent e3bf13106d
commit a95e645edc
2 changed files with 1 additions and 2 deletions

View file

@ -146,7 +146,6 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/gst-register-%{majorminor}
%{_bindir}/gst-xmllaunch-%{majorminor}
%{_bindir}/gst-typefind-%{majorminor}
%{_bindir}/gst-feedback*
%{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
%{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
%{_mandir}/man1/gst-complete-%{majorminor}.*

View file

@ -37,7 +37,7 @@ bin_PROGRAMS = \
$(GST_REGISTRY_SRC) $(GST_REGISTRY_SRC_V) \
$(GST_LOADSAVE_SRC) $(GST_LOADSAVE_SRC_V) \
$(GST_OTHER_SRC) $(GST_OTHER_SRC_V)
bin_SCRIPTS = gst-feedback-@GST_MAJORMINOR@
bin_SCRIPTS =
# make sure each versioned tool has the right source file and flags
if !GST_DISABLE_REGISTRY