On 4/5/06, Yves-Alexis Perez <[EMAIL PROTECTED]> wrote: > On Wed, 2006-04-05 at 17:06 +0300, Eddy Petrişor wrote: > > give the parameter "-lasound" to the linker command line (some command > > in the Makefile shoudl have some -l lines) > > yeah I know in a pure Makefile but it's a complete autotool based > package so I don't really know how I should tell configure to add these > -lasound. > > Adding > LDLIBS+=-lasound > line to debian/rules doesnt work.
I know I not being so helpful, but there should be a AM macro added in the Makefile.in file. It should be a library check, so I _assume_ is something like AM_CHECK(library) or something. Looking at an existing example should make it easier; I suggest a media player which used autotools (xmms or beep-media-player, maybe) -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein