diff --git a/ChangeLog b/ChangeLog index d04e5dfc6d..dd27e6eb04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-15 Tim-Philipp Müller + + * docs/Makefile.am: + * tests/check/Makefile.am: + Spaces => tab + 2006-12-15 Thomas Vander Stichele * Makefile.am: diff --git a/docs/Makefile.am b/docs/Makefile.am index 2afc94834a..6245c98903 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = $(GTK_DOC_DIRS) DIST_SUBDIRS = plugins EXTRA_DIST = \ - version.entities.in + version.entities.in upload: @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index d6dbb6c3bd..9351466b33 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -17,7 +17,7 @@ clean-local: clean-local-check check_PROGRAMS = \ generic/libavcodec-locking - + VALGRIND_TO_FIX = \ generic/libavcodec-locking