mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
84ceb0c986
Original commit message from CVS: Nothing in this directory actually uses Freetype
7 lines
217 B
Makefile
7 lines
217 B
Makefile
examples = seek spider_seek cdplayer cdparanoia vorbisfile
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|