[Anjuta-list] location of header files



I am attempting to use anjuta to build a shared library.  In everything
I have done to previously I have just left the *.h's in src/ allowing

#include "someName.h"

to work correctly.

Now, I need to move all the *.h's to include/ so that the headers are
correctly installed in

/usr/local/include/ 

Now, if I remove the *.h's from src/ 

#include "someName.h" doesn't work.

Keeping a copy of each header in both include/ and src/ seems pretty
silly.  Should I just make like between the files in include/ and src/
or am I missing something important(I'm pretty new to c)?

Kudos to the coders, anjuta is extremely helpful to those of us moving
from Java to c.

thanks
-dtf







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]