tests/: We should use $(LIBM).

Original commit message from CVS:
* tests/examples/volume/Makefile.am:
* tests/icles/Makefile.am:
We should use $(LIBM).
This commit is contained in:
Stefan Kost 2007-07-20 07:22:15 +00:00
parent f50d9ab580
commit 9b2fb4d824
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-07-20 Stefan Kost <ensonic@users.sf.net>
* tests/examples/volume/Makefile.am:
* tests/icles/Makefile.am:
We should use $(LIBM).
2007-07-20 Stefan Kost <ensonic@users.sf.net>
* tests/icles/Makefile.am:

View file

@ -2,5 +2,5 @@ if HAVE_GTK
noinst_PROGRAMS = volume
volume_SOURCES = volume.c
volume_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) -D_GNU_SOURCE
volume_LDFLAGS = $(GTK_LIBS) $(GST_LIBS) -lm
volume_LDFLAGS = $(GTK_LIBS) $(GST_LIBS) $(LIBM)
endif

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) -lm
stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS) $(LIBM)
stress_xoverlay_LDADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
else