summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-03 16:04:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-03 16:04:18 +0000
commit99633ee5a19ef7738173b8e50e8608428136c54f (patch)
treee77ed9302fac29685764012c2f1a9dd823bfcd13
parente607a66ddea37634780096674b187e9adbcc8cca (diff)
downloadgstreamer-plugins-bad-99633ee5a19ef7738173b8e50e8608428136c54f.tar.gz
seeking uses gtk
Original commit message from CVS: seeking uses gtk
-rw-r--r--examples/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 97c58aab9..1fef91c0c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,3 +1,9 @@
-SUBDIRS=dynparams seeking
+if HAVE_GTK
+SEEKING=seeking
+else
+SEEKING=
+endif
+
+SUBDIRS=dynparams $(SEEKING)
DIST_SUBDIRS=capsfilter dynparams seeking