I want to customize Kannel according to my requirements.
If I have changed the source files or add some source files, how do I commit those changes (compile and update), without configure and install from the beginning?
If I add some source files (*.c and *.h), is there a naming rules for those files?
(There should be a compatible way to develop and test it. That's what I want to know)
Can anybody help me on this?
Thank You!
Suranga.
I recommend first read README file from Kannel. It contains section for developers describing some coding issues and sources tree.
https://redmine.kannel.org/projects/kannel/repository/entry/trunk/README
However it seems better way is to read sources and to follow existing practices unless you add architecture changes.