>>>>> "Xabier" == Xabier Rodriguez Calvar <[EMAIL PROTECTED]> 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