Merge branch 'master' into 0.11
[platform/upstream/gst-plugins-good.git] / tests / examples / shapewipe / Makefile.am
1 noinst_PROGRAMS = shapewipe-example
2
3 shapewipe_example_SOURCES = shapewipe-example.c
4 shapewipe_example_CFLAGS = $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
5 shapewipe_example_LDADD = $(GST_CONTROLLER_LIBS) $(GST_LIBS)
6
7 noinst_HEADERS = 
8