>>> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
[...] Harlan> Do I need to list all of these subdir files as EXTRA_SOURCES in this Harlan> Makefile.am in order to avoid: Harlan> gcc ... -Wp,-MD,.deps/mibgroup/Rmon/system_rmon_mib.TPlo ... Harlan> -o mibgroup/Rmon/.libs/system_rmon_mib.lo Sorry, You've described your setup, but you haven't explained the troubles you have with it. What's wrong in the above command? Why do you want to avoid it? Anyway, a partial answer to the previous question is: yes, files which are conditionally built should be listed in the EXTRA_libucdmibs_la_SOURCES variables. This is needed, not only for the dependency tracking code to work, but also for targets that processes all sources like `tags', `ctags', etc, and also so the source files get distributed. That was already the case in 1.5, though. -- Alexandre Duret-Lutz
