On Tue, Oct 08, 2002 at 09:11:28AM -0400, Steve M. Robbins wrote: > On Tue, Oct 08, 2002 at 11:20:20AM +0200, [EMAIL PROTECTED] wrote: > > Hi, > > > > I need some help. I don't know whether I'm on the right mailing > > list. > > [snip] > > lib/Makefile.am: > > pkglib_LTLIBRARIES = libatb.la > > Is this the entire contents of lib/Makefile.am? Are you expecting > automake to guess which sources make up your library?
Yup. That was it. > I'm guessing you need to add > > libatb_la_SOURCES = x.c y.c z.c Completely right. Thanks a million. You saved my day :-) -- tomas
