Automake dependency tracking
commit5afe745c010054da617f6332fd474fc8b0719fbc
authorBrad Jorsch <anomie@users.sourceforge.net>
Wed, 15 Sep 2010 18:04:00 +0000 (15 14:04 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 15 Sep 2010 18:37:48 +0000 (15 20:37 +0200)
tree13a8fd49cc01c12dc26a61983b7fe7270d471231
parent9318a7f42870753bd6b8c306573936369aa819f4
Automake dependency tracking

I just spent an hour trying to find out why the latest wmaker-crm was
ignoring a number of the preferences in my configuration file. It turns
out the problem was that commit f41db5 added a value into the middle of
the enum in src/keybind.h, and the setting of
AUTOMAKE_OPTIONS = no-dependencies in all the Makefile.ams meant that
make wasn't smart enough to rebuild the files depending on it.

Would anyone mind if we just remove no-dependencies from
AUTOMAKE_OPTIONS? People can still run ./configure with
--disable-dependency-tracking to disable it at configure time.
WINGs/Documentation/Makefile.am
WINGs/Examples/Makefile.am
WINGs/Extras/Makefile.am
WINGs/Makefile.am
WINGs/Tests/Makefile.am
WINGs/WINGs/Makefile.am
WPrefs.app/Makefile.am
src/Makefile.am
util/Makefile.am
wrlib/Makefile.am
wrlib/tests/Makefile.am