tests/icles/Makefile.am: This needs -lm.

Original commit message from CVS:
* tests/icles/Makefile.am:
This needs -lm.
This commit is contained in:
Stefan Kost 2007-07-20 06:13:21 +00:00
parent dcd847c611
commit f50d9ab580
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-07-20 Stefan Kost <ensonic@users.sf.net>
* tests/icles/Makefile.am:
This needs -lm.
2007-07-16 Wim Taymans <wim.taymans@gmail.com>
* gst-libs/gst/rtp/gstbasertppayload.c:

View file

@ -3,7 +3,7 @@ X_TESTS = stress-xoverlay
stress_xoverlay_SOURCES = stress-xoverlay.c
stress_xoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS)
stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS)
stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS) -lm
stress_xoverlay_LDADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
else