From 975f2985747a03d8e4182acd072ff6535aa4c312 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 8 Feb 2005 00:01:50 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5346 --- client/Makefile.am | 1 + client/acct_mgr.h | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/Makefile.am b/client/Makefile.am index 92262533ae..ebb9b5c6f0 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -16,6 +16,7 @@ bin_PROGRAMS = boinc_client EXTRA_PROGRAMS = cpu_benchmark boinc_client_SOURCES = \ + acct_mgr.C \ app.C \ app_control.C \ app_graphics.C \ diff --git a/client/acct_mgr.h b/client/acct_mgr.h index 901885ba10..d24d0f068c 100644 --- a/client/acct_mgr.h +++ b/client/acct_mgr.h @@ -50,4 +50,6 @@ struct ACCT_MGR { ACCT_MGR(); }; -#endif \ No newline at end of file +#endif + +