mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
f536ba32e8
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
7 lines
232 B
Makefile
7 lines
232 B
Makefile
examples = seek spider_seek cdplayer cdparanoia
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)
|