From 827f5efe2432c2067b04a040a95642150ef282ca Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 12 Jun 2003 07:07:06 +0000 Subject: [PATCH] rewrote logging facilities svn path=/trunk/boinc/; revision=1416 --- client/Makefile.am | 66 ++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/client/Makefile.am b/client/Makefile.am index 136e40e29c..158223324f 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -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)