1noinst_PROGRAMS = shapewipe-example
2
3shapewipe_example_SOURCES = shapewipe-example.c
4shapewipe_example_CFLAGS = $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
5shapewipe_example_LDADD = $(GST_CONTROLLER_LIBS) $(GST_LIBS)
6
7noinst_HEADERS =
8
9