<div>Hi All,<br> <br>I created a new XORP process following the steps below:</div>
<div> </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 inheriting from the 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's folder into Makefile.am in the root folder of XORP</div>
<div>9. Added the new process's Makefile into AC_OUTPUT() macro in <a href="http://configure.in">configure.in</a></div>
<div> </div>
<div>When we run "bootstrap", we see that Makefile.in is generated for the new process. However, when we run "configure", Makefile for the new process is not generated.</div>
<div> </div>
<div>To fix this problem, do we need to modify anything else ?</div>
<div> </div>
<div>Thanks.</div>
<div>Selcuk</div>