diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 11f92220..4620963e 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,9 +1,3 @@ -if HAVE_FT2 -FT2_SUBDIRS=seeking -else -FT2_SUBDIRS= -endif - if HAVE_GTK GTK_SUBDIRS=dynparams level $(FT2_SUBDIRS) else @@ -17,4 +11,4 @@ GCONF_SUBDIRS= endif SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) switch -DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch level +DIST_SUBDIRS=capsfilter dynparams indexing gstplay switch level |