Include Jquery libraries in wordpress theme?

Your snippet seems mostly ok, except that dependency is a list and should be array('jquery'). Also wp_enqueue_scripts should be use as more appropriate.

You can check out Codex documentation for a complete example, see Example of Automatic Dependency Loading.