projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ac7cf
)
build: $(LIBM) belongs into LIBADD not LDFLAGS
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Wed, 14 Apr 2010 10:40:21 +0000
(11:40 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Wed, 14 Apr 2010 10:40:21 +0000
(11:40 +0100)
gst/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/Makefile.am
b/gst/Makefile.am
index e127a09e6f1fc16381c2738d8bfe0ab5e85fd675..7ea62e46dc79a87725180fe526eaeb08909f914a 100644
(file)
--- 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