On Wed, Jul 27, 2011 at 11:06:54PM +, Dave Hart wrote:
> The ntp.org reference implementation of NTP includes a "deps-ver"
> mechanism that allows a developer renaming or deleting files in a way
> that will trigger this sort of .deps-related build break for those
> tracking the source and rebui
On Tue, Jul 26, 2011 at 13:28 UTC, GAVA Cédric wrote:
> I moved the DedicatedSoftware.c file into src/state_machine directory, and
> changed my Makefile.am to the following :
> bridge_SOURCES = src/state_machine/DedicatedSoftware.c
> $> make: *** No rule to make target .../src/DedicatedSo
Hello,
<>
I'm facing a strange issue with automake 1.11.1 :
CONTEXT :
Project directory structure :
../project
Makefile.am
Configure.ac
/src
/state_machine
DedicatedSoftware.c
And, in the Makefile.am file, the following line :
bridge_SOURCES = src
Hello
I'm facing a strange issue with automake 1.11.1 :
CONTEXT :
Project directory structure :
../project
Makefile.am
Configure.ac
/src
/state_machine
DedicatedSoftware.c
And, in the Makefile.am file, the following line :
bridge_SOURCES = src/Dedi