gstreamer/examples/seeking/Makefile.am
Thomas Vander Stichele 86a025734a moving stuff
Original commit message from CVS:
moving stuff
2002-05-28 20:30:11 +00:00

7 lines
171 B
Makefile

examples = seek
noinst_PROGRAMS = $(examples)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS) $(GTK_LIBS)
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)