This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Including header files in shared libraries
- From: Tom Tromey <tromey at redhat dot com>
- To: Xabier Rodriguez Calvar <xrcalvar at igalia dot com>
- Cc: automake at gnu dot org
- Date: 31 Aug 2002 14:34:24 -0600
- Subject: Re: Including header files in shared libraries
- References: <1030536155.600.43.camel@amerix>
- Reply-to: tromey at redhat dot com
>>>>> "Xabier" == Xabier Rodriguez Calvar <xrcalvar@igalia.com> writes:
Xabier> include_HEADERS = hello-utils.h
Xabier> Doing this hello-utils.h is included as a headers file that
Xabier> belongs to hello project, but I want it to be included as
Xabier> libhello-util.
The easiest thing is to name it that way in the first place.
Next easiest is to write your own install-local rule which installs
the header by hand.
Tom