I have added the following lines to a Makefile.am:

check_PROGRAMS = test_program
     test_program_SOURCES = test.C

When I execute automake -i (v1.4) the ./configure it generates the line:


test_program_SOURCES = test_program.c

in the Makefile.

What happened to test.C?

Thanks,

Tim Heath

Reply via email to