mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
9 lines
203 B
Makefile
9 lines
203 B
Makefile
noinst_PROGRAMS = gstdfb
|
|
|
|
gstdfb_SOURCES = gstdfb.c
|
|
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
|
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS) $(LIBM)
|
|
|
|
EXTRA_DIST = \
|
|
decker.ttf dfblogo.png
|
|
|