>>> "Philippe" == Philippe Trottier <[EMAIL PROTECTED]> writes:
[...] Philippe> if COND_CC Philippe> noinst_PROGRAMS += hello_c Philippe> hello_c_SOURCE = hello.c Philippe> endif Philippe> if COND_CXX Philippe> noinst_PROGRAMS += hello_cc Philippe> hello_cc_SOURCE = hello_cc.cc Philippe> endif s/_SOURCE/_SOURCES/ If no `target_SOURCES' variable is specified it defaults to `target.c'. -- Alexandre Duret-Lutz
