rewrote logging facilities

svn path=/trunk/boinc/; revision=1416
This commit is contained in:
Karl Chen 2003-06-12 07:07:06 +00:00
parent b85731fbc1
commit 827f5efe24
1 changed files with 34 additions and 32 deletions

View File

@ -6,38 +6,40 @@ bin_PROGRAMS = boinc_client
EXTRA_PROGRAMS = speed_stats
boinc_client_SOURCES = \
main.C \
account.C \
app.C \
client_state.C \
client_types.C \
cs_apps.C \
cs_files.C \
cs_scheduler.C \
file_names.C \
file_xfer.C \
hostinfo.C \
hostinfo_unix.C \
http.C \
log_flags.C \
net_stats.C \
net_xfer.C \
pers_file_xfer.C \
prefs.C \
scheduler_op.C \
speed_stats.C \
ss_logic.C \
time_stats.C \
../lib/app_ipc.C \
../lib/filesys.C \
../lib/language.C \
../lib/parse.C \
../lib/shmem.C \
../lib/md5_file.C \
../lib/md5.c \
../lib/crypt.C \
../lib/util.C
boinc_client_SOURCES = \
main.C \
account.C \
app.C \
client_state.C \
client_types.C \
cs_apps.C \
cs_files.C \
cs_scheduler.C \
file_names.C \
file_xfer.C \
hostinfo.C \
hostinfo_unix.C \
http.C \
log_flags.C \
net_stats.C \
net_xfer.C \
pers_file_xfer.C \
prefs.C \
scheduler_op.C \
speed_stats.C \
ss_logic.C \
time_stats.C \
client_messages.C \
../lib/app_ipc.C \
../lib/filesys.C \
../lib/language.C \
../lib/parse.C \
../lib/shmem.C \
../lib/md5_file.C \
../lib/md5.c \
../lib/crypt.C \
../lib/util.C \
../lib/messages.C
boinc_client_DEPENDENCIES = $(LIBRSA)
boinc_client_CPPFLAGS = -I $(srcdir)/win $(AM_CPPFLAGS)