help-gnu-utils
[Top][All Lists]
Advanced

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

Autotools kept picking the wrong file


From: Jack
Subject: Autotools kept picking the wrong file
Date: 23 Apr 2006 18:52:00 -0700
User-agent: G2/0.2

--------------------------------------------------------------------------------

Hi,
My source files reside in src/rmves/rmves.cpp
I am absolutely certain that Makefile.am and configure.in got the
correct settings
And I have deleted the whole bunch of files and recreated them with
autotools.

bin_PROGRAMS = rmves
rmves_SOURCES = src/rmves/rmves.cpp......


And


it kept picking = src/rmves.cpp


why?


configure.in
========
AC_INIT(src/rmves/rmves.cpp)
AC_INIT_AUTOMAKE(rmves, 3.0) 


Any hints 
Thanks 
Jack



reply via email to

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