automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makefile.am error(unused variables)!


From: Cliff Tsai
Subject: Makefile.am error(unused variables)!
Date: Mon, 12 Feb 2001 17:06:01 +0800

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
 
    Please tell me how to solve this problem,thanks!
 
  
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]