mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
5848e0f55e
Original commit message from CVS: * tests/examples/level/Makefile.am: Add -lm to LIBS for pow() function, don't assume one of our dependencies (such as libxml-2.0) drags it in automatically (#343603).
4 lines
108 B
Makefile
4 lines
108 B
Makefile
noinst_PROGRAMS = level-example
|
|
level_example_CFLAGS = $(GST_CFLAGS)
|
|
level_example_LDADD = $(GST_LIBS) -lm
|
|
|