diff options
Diffstat (limited to 'examples/dynparams/Makefile.am')
-rw-r--r-- | examples/dynparams/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/dynparams/Makefile.am b/examples/dynparams/Makefile.am new file mode 100644 index 00000000..de0a1d9e --- /dev/null +++ b/examples/dynparams/Makefile.am @@ -0,0 +1,7 @@ +examples = filter + +noinst_PROGRAMS = $(examples) + +# we have nothing but apps here, we can do this safely +LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol +CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) |