configure.ac: Adding examples/switch/Makefile
[platform/upstream/gst-plugins-good.git] / examples / switch / Makefile.am
1
2 noinst_PROGRAMS = switcher
3
4 switcher_SOURCES = switcher.c
5 switcher_CFLAGS = $(GST_CFLAGS)
6 switcher_LDFLAGS = $(GST_LIBS)
7