On 07/20/2013 12:52 PM, Simon Richter wrote:
> 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 the
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 befo
Hi.
I am using Automake in log4cplus project and I wonder if it is possible
to improve the organization of Makefile.am files so that when I add a
header file, I do not have to modify both of these files:
- include/Makefile.am: Listing headers so that they get installed
properly.
(http://bazaar.la