diff options
Diffstat (limited to 'examples/switch/Makefile.am')
-rw-r--r-- | examples/switch/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/switch/Makefile.am b/examples/switch/Makefile.am new file mode 100644 index 00000000..9a706048 --- /dev/null +++ b/examples/switch/Makefile.am @@ -0,0 +1,7 @@ + +noinst_PROGRAMS = switcher + +switcher_SOURCES = switcher.c +switcher_CFLAGS = $(GST_CFLAGS) +switcher_LDFLAGS = $(GST_LIBS) + |