23 Jun
2010
23 Jun
'10
10:29 p.m.
On 2010-06-23 16:46, javi perez wrote:
Hello,
I am trying to add a file (aplay_miversion.c) to the project to make tests. I have modified the Makefile.am file of the aplay directory in the project. I have run ./configure and make and I don't get the file compiled. How shold I change the lines?
Generic answer: if there is an "autogen.sh" script, try running it, otherwise try running "autoreconf -fi". They will update the configure file and the makefiles for you.
// David