[Anjuta-list] location of header files
- From: David T Farning <dfarning sbcglobal net>
- To: anjuta-list lists sourceforge net
- Subject: [Anjuta-list] location of header files
- Date: Tue Jun 15 17:46:29 2004
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]