<div>Hi All,<br>&nbsp;<br>I&nbsp;created a new XORP process&nbsp;following the steps below:</div>
<div>&nbsp;</div>
<div>1. Created .xif file in /xorp/xrl/interfaces.</div>
<div>2. Created .tgt file in /xorp/xrl/targets.</div>
<div>3. Generated stub codes using the tgt-gen and clnt-gen.</div>
<div>4. Created the new process folder in xorp.</div>
<div>5. Implemented our own classes&nbsp;inheriting&nbsp;from&nbsp;the&nbsp;base class in the target stub code.</div>
<div>6. Implemented the main .cc file for the new process.</div>
<div>7. Created Makefile.am for the new process</div>
<div>8. Added the new process&#39;s folder into Makefile.am in the root folder of XORP</div>
<div>9. Added the new process&#39;s Makefile into AC_OUTPUT() macro in <a href="http://configure.in">configure.in</a></div>
<div>&nbsp;</div>
<div>When we run &quot;bootstrap&quot;, we see that Makefile.in is generated for the new process. However, when we run &quot;configure&quot;, Makefile for the new process is not generated.</div>
<div>&nbsp;</div>
<div>To fix this problem, do we need to modify anything else ?</div>
<div>&nbsp;</div>
<div>Thanks.</div>
<div>Selcuk</div>