mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 01:51:22 +00:00
9b2fb4d824
Original commit message from CVS: * tests/examples/volume/Makefile.am: * tests/icles/Makefile.am: We should use $(LIBM).
6 lines
176 B
Makefile
6 lines
176 B
Makefile
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) $(LIBM)
|
|
endif
|