Bryce Harrington wrote:
When new subdirs are added, you have to refresh the Makefile structure. This requires running autogen.sh and configure. Technically, you don't need to do `make clean`, and in fact it will probably rebuild faster if you don't.
<snip>
Hope this answers the question, and I apologize for any extra work caused by the inkscape_gtkmm integration.
Thanks for the wonderfully complete explanation. I'm always waiting to get blasted for asking stupid questions.
I think the important parts of this for me is not doing 'make clean' and rebuilding faster. I was worried that if I did autogen.sh and configure again that I would have to wait for the whole tree to rebuild. I'm happy to find that that is not the case.
For the truly uninitiated such as myself one question remains, "When do I need to use make clean?" I will go reasearch that.
Thank you very much, Aaron Spike