gstreamer/examples/dynparams/Makefile.am
Thomas Vander Stichele f092f45c35 adding dynparams filter example code
Original commit message from CVS:
adding dynparams filter example code
2002-06-07 19:00:21 +00:00

7 lines
186 B
Makefile

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