[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Including header files in shared libraries
From: |
Tom Tromey |
Subject: |
Re: Including header files in shared libraries |
Date: |
31 Aug 2002 14:34:24 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Xabier" == Xabier Rodriguez Calvar <address@hidden> 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