mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
build: $(LIBM) belongs into LIBADD not LDFLAGS
This commit is contained in:
parent
47ac7cf1fc
commit
e3e58e03b3
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue