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
@ -8,6 +8,6 @@ noinst_PROGRAMS = $(examples)
|
||||
|
||||
LDADD = \
|
||||
$(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
|
||||
|
Loading…
x
Reference in New Issue
Block a user