taaz's yapping

Original commit message from CVS:
taaz's yapping
This commit is contained in:
Thomas Vander Stichele 2002-02-06 21:35:37 +00:00
parent 9009cb0d8a
commit 6ef17483a4

View file

@ -6,6 +6,14 @@ package=GStreamer
srcfile=gst/gstobject.h
#DEBUG=defined
for a in common libs/ext/cothreads; do
if test ! -d $a;
then
echo "+ getting $a from cvs"
cvs co $a
fi
done
CONFIGURE_OPT='--enable-maintainer-mode --enable-plugin-builddir'
for i in $@; do