Re: Makefile.am error(unused variables)!

2001-02-17 Thread Tom Tromey
> "Cliff" == Cliff Tsai <[EMAIL PROTECTED]> writes: Cliff> I write a simple program and using autoconf,automake,but Cliff> have following automake problem. Cliff> my Makefile.am is Cliff> bin_PROGRAMS = test Cliff> test_SOURCES = main.c help.c help.h Cliff> but encou

Makefile.am error(unused variables)!

2001-02-12 Thread Cliff Tsai
Hi:     I write a simple program and using autoconf,automake,but     have following automake problem.     my Makefile.am is         bin_PROGRAMS = test     test_SOURCES = main.c help.c help.h         but encounter a error->     Makefile.am:2 invalid unused variable name:test_SOURCES