diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-16 13:37:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-16 13:37:47 +0000 |
commit | b01792e15e9e30625a602f776656a8ac8c69e42c (patch) | |
tree | 31b5bc6b4c47514eab5a52ec487fa11fb739f583 /examples/seeking/Makefile.am | |
parent | ea28d448c6b96283f1abb3130c9958e74a1d4a1a (diff) | |
download | gst-plugins-bad-b01792e15e9e30625a602f776656a8ac8c69e42c.tar.gz gst-plugins-bad-b01792e15e9e30625a602f776656a8ac8c69e42c.tar.bz2 gst-plugins-bad-b01792e15e9e30625a602f776656a8ac8c69e42c.zip |
remove seeking example, they're in gst-plugins-base
Original commit message from CVS:
remove seeking example, they're in gst-plugins-base
Diffstat (limited to 'examples/seeking/Makefile.am')
-rw-r--r-- | examples/seeking/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am deleted file mode 100644 index 582306ac..00000000 --- a/examples/seeking/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -examples = seek spider_seek cdplayer cdparanoia vorbisfile playbin chained - -noinst_PROGRAMS = $(examples) - -# we have nothing but apps here, we can do this safely -LIBS = $(GST_LIBS) $(GTK_LIBS) -AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) |