mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +00:00
examples: Properly link to libm
This commit is contained in:
parent
3fe0e435af
commit
3c6b0fdfaf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ noinst_PROGRAMS = gstdfb
|
|||
|
||||
gstdfb_SOURCES = gstdfb.c
|
||||
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
||||
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS)
|
||||
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS) $(LIBM)
|
||||
|
||||
EXTRA_DIST = \
|
||||
decker.ttf dfblogo.png
|
||||
|
|
Loading…
Reference in a new issue