automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: source code in several directories


From: Bernd Jendrissek
Subject: Re: source code in several directories
Date: Tue, 11 Sep 2007 17:48:15 +0200

On 9/11/07, address@hidden
<address@hidden> wrote:
> actually I want all the headers to get installed too.... my project is a
> lib that will be used for other people to develop other programs... so
> they need the headers when they install the lib.....
>
> - should I use install_HEADERS in the include/Makefile.am  ??

Almost.  Because you probably want your headers installed in
$(includedir) (something like /usr/local/include) or even
$(pkgincludedir) (/usr/local/include/libferreira), you'd use
include_HEADERS or pkginclude_HEADERS, respectively.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]