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.
extern struct sender senders[];
int send_afs_status(struct rc4_context *rc4c, int parser_friendly);
+const char *status_item_list[] = {STATUS_ITEM_ARRAY};
static void dummy(__a_unused int s)
{
server_cmdline_objs="server.cmdline server_command_list afs_command_list"
server_errlist_objs="server afh_common mp3_afh vss command net string signal
- time daemon stat crypt http_send close_on_fork
+ time daemon crypt http_send close_on_fork
ipc dccp_send fd user_list chunk_queue afs aft mood score attribute
blob playlist sha1 sched acl send_common udp_send color fec"
server_ldflags="-losl"