Hello Paul,

* Paul Eggert wrote on Tue, Jan 11, 2011 at 10:17:31PM CET:
> lib_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c
> 
> Now I naively had thought that lib_SOURCES was just for
> .c files that produce .o files.  Is my assumption incorrect?

Yes.  _SOURCES is generally for all kinds of source files.
With .h files, nothing happens _except_ that they are added
to the distribution tarball.

I'm assuming gnulib-tool already takes care of distribution
by listing respective files in EXTRA_DIST?

Cheers,
Ralf

Reply via email to