For a working server
====================
- fixbug, when a player play the full, he win the turn.

- check the cards that are played: is it OK with the rules?

- For each turn, compute who is the winner, and who will play next.

- implement the main loop to play more than 1 game

For a better server
===================

- update configure.in to work with automake-2.5

- use network data on the network, not gint values (endians problems)

