my project has many sources which logically split into directories. Each subdirectiry has common headers needed for others part and its own. How should I compile its project using autotools???? As I understandd I should for all subdirs create static library and lately all of them link to the main program where I decide to create main-func, is it right? Or how to orginize project structutre in the most convinience way??
thanks a lot.