<div>HI </div><div>I am referring to <b>Gstreamer</b> Examples - &gt; <a href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/tests/examples">http://cgit.freedesktop.org/gstreamer/gstreamer/tree/tests/examples</a> .Any idea how can I compile the whole Tree and get the executables.</div>

<div>There is a <b>Makefile.am</b> in the Top directory and in the sub-folders of each directory.This is generally used by the <b>automake</b> tool to generate <b>Makefile</b>.But Along with that it also uses <b>autoconf</b> tool which takes <a href="http://configure.in">configure.in</a> file as an input.</div>

<div>Can some plz assit how to compile them and export any other Path variable needed for this.</div><div><br></div><div><br></div><div>I can use <u style="font-weight:bold;font-style:italic">gcc -Wall helloworld.c -o helloworld $(pkg-config --cflags --libs gstreamer-0.10) </u> but I wanted to know and make use of Makefile.am kept in the folders and at the top level.</div>

<div><br></div><div><br></div><div>Rgds,</div><div>Saurabh</div><br>