This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Including header files in shared libraries


>>>>> "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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]