diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | examples/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2005-11-06 Julien MOUTTE <julien@moutte.net> + * examples/Makefile.am: Make buildbot happy. + +2005-11-06 Julien MOUTTE <julien@moutte.net> + * Makefile.am: examples in dist subdirs. * configure.ac: enable parameter for building examples. diff --git a/examples/Makefile.am b/examples/Makefile.am index 45dfc2aa..d9564bc3 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -6,4 +6,4 @@ DIRECTFB_DIR= endif SUBDIRS= $(DIRECTFB_DIR) -DIST_SUBDIRS=capsfilter dynparams indexing gstplay directfb switch level +DIST_SUBDIRS=capsfilter indexing gstplay directfb switch level |