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
- Maintaining header file directory structure on install Pete Willemsen
- Re: Maintaining header file directory structure on ins... Ossama Othman
- Re: Maintaining header file directory structure on... Pete Willemsen
- Re: Maintaining header file directory structur... Ossama Othman
- Re: Maintaining header file directory stru... Pete Willemsen
- Re: Maintaining header file directory stru... Tom Tromey
- Re: Maintaining header file directory... Ossama Othman
- Re: Maintaining header file direc... Tom Tromey
- Re: Maintaining header file directory structure on ins... F Labrosse
- Re: Maintaining header file directory structure on... John R. Sheets