> "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
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