diff options
-rw-r--r-- | examples/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 97c58aab..1fef91c0 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 |