On Tue, 18 Oct 2005, ast guy wrote: > just new to asterisk-dev. > I have made some changes in asterisk/apps/app_echo.c, to see some changes. > do I need to compile asterisk again, If no then how do I compile only > app_echo.c alone?
## This will compile all asterisk code. $ cd asterisk asterisk$ make ## Then make your changes to app_echo.c - and again asteris$ make ## Now the Makefiles will re-compile files which have been changed since last make Mvh. Jacob -- Jacob Tinning System Developer _______________________________________________ Asterisk-Dev mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
