]> git.tuebingen.mpg.de Git - paraslash.git/commit
para_server: Don't link with stat.o.
authorAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 17:23:00 +0000 (19:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 17:23:00 +0000 (19:23 +0200)
commitafb43ec103ea5c0e194451c1289c514faee3b2e5
treef142d4dcd8b1a10a81fcb7580d8c558398addf93
parentc5377b01db238eba1a50f2b065cd19eb02145450
para_server: Don't link with stat.o.

We linked stat.o only because command.o needs the status item array.
Definining this array in command.c allows to link para_server without
stat.o.
command.c
configure.ac