build: $(LIBM) belongs into LIBADD not LDFLAGS
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 14 Apr 2010 10:40:21 +0000 (11:40 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 14 Apr 2010 10:40:21 +0000 (11:40 +0100)
gst/Makefile.am

index e127a09e6f1fc16381c2738d8bfe0ab5e85fd675..7ea62e46dc79a87725180fe526eaeb08909f914a 100644 (file)
@@ -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