From: Tim-Philipp Müller Date: Wed, 14 Apr 2010 10:40:21 +0000 (+0100) Subject: build: $(LIBM) belongs into LIBADD not LDFLAGS X-Git-Tag: RELEASE-0.10.29~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3e58e03b3155090507a7492d2577463b13225a6;hp=47ac7cf1fc24a681ec2b19e93af6a63f511b7eb6;p=platform%2Fupstream%2Fgstreamer.git build: $(LIBM) belongs into LIBADD not LDFLAGS --- diff --git a/gst/Makefile.am b/gst/Makefile.am index e127a09..7ea62e4 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -132,10 +132,11 @@ libgstreamer_@GST_MAJORMINOR@_la_LIBADD = \ $(GST_PARSE_LA) \ $(GST_ALL_LIBS) \ $(WIN32_LIBS) \ - $(XML_LIBS) + $(XML_LIBS) \ + $(LIBM) libgstreamer_@GST_MAJORMINOR@_la_LDFLAGS = \ - $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) $(LIBM) + $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) libgstreamer_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst