[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How do I install header files not in GNUstep Header dirs?
From: |
Sebastian Reitenbach |
Subject: |
RE: How do I install header files not in GNUstep Header dirs? |
Date: |
Tue, 01 Jan 2008 18:30:05 +0100 |
nicola.pero@meta-innovation.com wrote:
> Actually, looking at the problem again, I think your original solution
> was the best one, ie, setting GNUSTEP_HEADERS before including
library.make. :-)
>
> Looking at the code, that shouldn't cause any particular problem since
> GNUSTEP_HEADERS is only used to decide where to install the header files.
Yes, I just tried and it seems to work well.
>
> Sorry for the confusion.
No problem. Maybe adding a line like this:
To install header files outside the GNUstep standard header locations, you
have to redefine GNUSTEP_HEADERS in you GNUmakefile to the location where
you want to install your library header files.
to the HEADER_FILES_INSTALL_DIR documentation.
thanks
Sebastian