default_install &&
for COMPONENT in $WX_CONTRIB; do
  make -C contrib/src/$COMPONENT install
done
