summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-08-17 17:57:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-08-17 17:57:38 +0000
commitde7a0d3426727f219e69e1c9838bffd97cc6682d (patch)
tree4e4c8e1ad66e898f23af1aff32803d072272cfa2 /examples/Makefile.am
parent34a9b439a6d085222cfe9c647774f47e00d74a51 (diff)
downloadgst-plugins-bad-de7a0d3426727f219e69e1c9838bffd97cc6682d.tar.gz
gst-plugins-bad-de7a0d3426727f219e69e1c9838bffd97cc6682d.tar.bz2
gst-plugins-bad-de7a0d3426727f219e69e1c9838bffd97cc6682d.zip
fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 84bec465..de3c7c43 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,11 @@
+if HAVE_FT2
+FT2_SUBDIRS=seeking
+else
+FT2_SUBDIRS=
+endif
+
if HAVE_GTK
-GTK_SUBDIRS=dynparams seeking
+GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
else
GTK_SUBDIRS=
endif