Hi Václav,

> - src/Makefile.am: Listing headers for dependencies and source files.
> (http://bazaar.launchpad.net/~log4cplus/log4cplus/trunk/view/head:/src/Makefile.am)

You do not need to list the headers as source files as long as they are
listed somewhere.

The dependencies start out empty before the first build (which does not
matter because we need to build anyway) and are updated with the list of
headers that were actually used during the build -- these will include
your headers.

   Simon

Reply via email to