|
From: | Simon Richter |
Subject: | Re: managing headers in source |
Date: | Sat, 20 Jul 2013 12:52:45 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |