mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
build: link to libm in examples that use it
This fixes build failure in Fedora 13.
This commit is contained in:
parent
b70dd1869f
commit
6d03489813
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
LDADD = \
|
LDADD = \
|
||||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
||||||
$(GST_LIBS) $(GTK_LIBS)
|
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|
||||||
|
|
Loading…
Reference in a new issue