Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
51953e39
Commit
51953e39
authored
Jul 03, 2003
by
brendan
Browse files
Prune garbage from make dist
Use shout_init/shutdown to kill net dependencies svn path=/trunk/ices/; revision=5051
parent
586406bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
51953e39
...
...
@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS
=
foreign
SUBDIRS
=
log
EXTRA_DIST
=
t
iming net thread avl
EXTRA_DIST
=
t
hread/thread.h timing/timing.h
bin_PROGRAMS
=
ices
AM_CPPFLAGS
=
@XIPH_CPPFLAGS@
...
...
src/ices.c
View file @
51953e39
/* ices.c
* - Main startup, thread launching, and cleanup code.
*
* $Id: ices.c,v 1.1
0
2003/0
4
/0
1
1
4:30:42 msmith
Exp $
* $Id: ices.c,v 1.1
1
2003/0
7
/0
3
1
3:24:37 brendan
Exp $
*
* Copyright (c) 2001-2002 Michael Smith <msmith@labyrinth.net.au>
*
...
...
@@ -19,8 +19,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <net/resolver.h>
#include <thread/thread.h>
#include "cfgparse.h"
...
...
@@ -50,8 +48,8 @@ int main(int argc, char **argv)
log_initialize
();
thread_initialize
();
resolver_initialize
();
config_initialize
();
shout_init
();
signals_setup
();
...
...
@@ -87,8 +85,8 @@ int main(int argc, char **argv)
log_close
(
log
);
fail:
shout_shutdown
();
config_shutdown
();
resolver_shutdown
();
thread_shutdown
();
log_shutdown
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment