add gcry to utils

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-22 19:04:21 +02:00
parent f3470f4eb5
commit dcd73ec05e
6 changed files with 56 additions and 9 deletions

View file

@ -26,7 +26,7 @@ if [ "x${GRUB_CONTRIB}" != x ]; then
[ "${GRUB_CONTRIB}" = grub-core/contrib ] || ln -s ../contrib grub-core/contrib
fi
UTIL_DEFS=Makefile.util.def
UTIL_DEFS='Makefile.util.def Makefile.utilgcry.def'
CORE_DEFS='grub-core/Makefile.core.def grub-core/Makefile.gcry.def'
for extra in contrib/*/Makefile.util.def; do