diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-03 17:25:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-03 17:25:55 +0000 |
commit | 705c36ad21ac44571a2e8e90be82531e5d2719a7 (patch) | |
tree | a4c29759340d78c5ceaee8e9be41a1b42c266eba | |
parent | 32651d13d4a003b064cd62df3bcfede67b7fb877 (diff) | |
download | gst-plugins-bad-705c36ad21ac44571a2e8e90be82531e5d2719a7.tar.gz gst-plugins-bad-705c36ad21ac44571a2e8e90be82531e5d2719a7.tar.bz2 gst-plugins-bad-705c36ad21ac44571a2e8e90be82531e5d2719a7.zip |
another gtk fix
Original commit message from CVS:
another gtk fix
-rw-r--r-- | examples/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 1fef91c0..84bec465 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,9 +1,8 @@ if HAVE_GTK -SEEKING=seeking +GTK_SUBDIRS=dynparams seeking else -SEEKING= +GTK_SUBDIRS= endif -SUBDIRS=dynparams $(SEEKING) - +SUBDIRS=$(GTK_SUBDIRS) DIST_SUBDIRS=capsfilter dynparams seeking |