mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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_SOURCES = gstdfb.c
|
||||||
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
||||||
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS)
|
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS) $(LIBM)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
decker.ttf dfblogo.png
|
decker.ttf dfblogo.png
|
||||||
|
|
Loading…
Reference in a new issue