diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-02 12:15:25 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-02 12:15:25 +0000 |
commit | 952fba80a31e2805b7c89752a84fb9980496e184 (patch) | |
tree | e230b6d2840fc01217243a1aeb1b6bbf2c41bec4 /examples/dynparams/Makefile.am | |
parent | adc0d6f433c7f6a25ca85e62db7335afbfdef15d (diff) | |
download | gst-plugins-bad-952fba80a31e2805b7c89752a84fb9980496e184.tar.gz gst-plugins-bad-952fba80a31e2805b7c89752a84fb9980496e184.tar.bz2 gst-plugins-bad-952fba80a31e2805b7c89752a84fb9980496e184.zip |
delete obsolete example
Original commit message from CVS:
delete obsolete example
Diffstat (limited to 'examples/dynparams/Makefile.am')
-rw-r--r-- | examples/dynparams/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/dynparams/Makefile.am b/examples/dynparams/Makefile.am deleted file mode 100644 index 07314087..00000000 --- a/examples/dynparams/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -examples = filter - -noinst_PROGRAMS = $(examples) - -# we have nothing but apps here, we can do this safely -LIBS = $(GST_LIBS) $(GTK_LIBS) $(GST_CONTROL_LIBS) -AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) |