On Fri, Jul 05, 2002 at 01:29:38AM -0400, Noah Levitt wrote:
> I think I've discovered a solution to my problem. Some of
> the Makefile.am's set LDFLAGS, but omit @LDFLAGS@. The
> ./configure-time contents of $LDFLAGS are lost. I don't
> think this is ideal behavior, and I think an appropriate
> solution is to use AM_LDFLAGS instead of LDFLAGS. Then,
> LDFLAGS will inherit $LDFLAGS, and all will be well.
> 
> I haven't actually tested this; I had problems getting the
> configury to work with the cvs sources. I'm pretty confident
> that it will work, though, so I submit it for your
> consideration.

How about:
  LDFLAGS = @LDFLAGS@ @STRIP_BEGIN@

-- 
albert chin ([EMAIL PROTECTED])
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to