mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
|
noinst_PROGRAMS = gstdfb
|
||
|
|
||
|
gstdfb_SOURCES = gstdfb.c
|
||
|
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
||
|
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS)
|
||
|
|