diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 8606cf8a..45dfc2aa 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,8 +1,3 @@ -#if HAVE_GTK -#GTK_SUBDIRS=dynparams level $(FT2_SUBDIRS) -#else -#GTK_SUBDIRS= -#endif if USE_DIRECTFB DIRECTFB_DIR=directfb @@ -10,5 +5,5 @@ else DIRECTFB_DIR= endif -SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) $(DIRECTFB_DIR) +SUBDIRS= $(DIRECTFB_DIR) DIST_SUBDIRS=capsfilter dynparams indexing gstplay directfb switch level |