HOWTO set different include dir for my header files
Bernd Gehrmann
bernd at physik.hu-berlin.de
Sat Jan 6 14:57:31 GMT 2001
On Sat, 6 Jan 2001, Oliver Kowalke wrote:
> Hi,
>
> in my litle project I'm trying out shared libraries. The prefix is set to
> /usr/local - so libraries goes to /usr/local/lib and binaries to
> /usr/local/bin and headers ti /usr/local/include. Which file do I have to
> edit in order to install the library header files to
> /usr/local/include/<library-name> instead of /usr/local/include.
Put into your Makefile.am
foodir = $(includedir)/bla
foo_HEADERS = abc.cpp xyz.cpp
Bernd.
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list