summaryrefslogtreecommitdiffstats
path: root/tests/old/examples/switch/Makefile.am
blob: 9a70604857a22fb28d2a5687905ab8597d0f2903 (plain)
1
2
3
4
5
6
7

noinst_PROGRAMS = switcher

switcher_SOURCES = switcher.c
switcher_CFLAGS = $(GST_CFLAGS)
switcher_LDFLAGS = $(GST_LIBS)