From 95423bddf20ac8493e801c142f49b72c0113c7d5 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 24 Mar 2004 20:19:32 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3148 --- api/Makefile.am | 4 +++- checkin_notes | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/api/Makefile.am b/api/Makefile.am index 5b5c974b60..5392e9d650 100644 --- a/api/Makefile.am +++ b/api/Makefile.am @@ -13,7 +13,9 @@ libboinc_api_a_SOURCES = \ ../lib/shmem.C \ ../lib/parse.C \ ../lib/app_ipc.C \ - ../lib/base64.C + ../lib/base64.C \ + ../lib/diagnostics.c \ + ../lib/exception.c libboinc_graphics_api_a_SOURCES = \ graphics_api.C \ diff --git a/checkin_notes b/checkin_notes index 93fa006fe1..d20ea0189b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -10808,6 +10808,8 @@ Rom Mar 24 2004 - The new exceptions use string's, so include in the exception header. - gcc has stronger exception enforcement than mscl + api/ + makefile.am lib/ diagnostics.c exception.h