Pete Willemsen writes:
 > Hello.
 > 
 > I'm struggling with figuring out a way to maintain my directory
 > structure for my header files.  I have the following structure
 > 
 >    file1.c ... fileN.c PackageName/ Makefile.am configure.in ...
 >                          |
 >                         file1.h ... fileN.h
 > 

I create a Makefile.am in PackageName containing:

includedir=@includedir@/PackageName

include_HEADERS = file1.h ... fileN.h

It is working.  Is there something wrong with that?

Fred

Reply via email to