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

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

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to