mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
f50d9ab580
commit
9b2fb4d824
3 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue