mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
bd72d30ce9
Original commit message from CVS: 2006-04-07 Julien MOUTTE <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates. * examples/directfb/Makefile.am: Add example resource files to dist.
9 lines
195 B
Makefile
9 lines
195 B
Makefile
noinst_PROGRAMS = gstdfb
|
|
|
|
gstdfb_SOURCES = gstdfb.c
|
|
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
|
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS)
|
|
|
|
EXTRA_DIST = \
|
|
decker.ttf dfblogo.png
|
|
|