diff --git a/ChangeLog b/ChangeLog index 641800a..6a6f991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Changes in version 1.16.0 +--- + + + + * Makefile - Davide Madrisan: + Target 'check': also check library files. + +------------------------------------------------------------------------------- + Changes in version 1.14.3 Sun Nov 18 2012 Davide Madrisan diff --git a/Makefile b/Makefile index c4b2938..bf90515 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ all: dist-update locales check check: dist-update @echo "Checking libraries and scripts for syntax errors..." @$(MAKE) check -C conf || exit 1 + @$(MAKE) check -C lib || exit 1 @$(MAKE) check -C plugins || exit 1 @$(MAKE) check -C tests || exit 1 @$(MAKE) check -C tools || exit 1