diff options
Diffstat (limited to 'examples/Makefile.am')
-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 |