From 330477238f6ed20ce2234a564fe831f92545833d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 11 Dec 2004 18:38:19 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4825 --- api/Makefile.am | 12 ++++++------ checkin_notes | 6 ++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/api/Makefile.am b/api/Makefile.am index 8d6235d682..aefbe0a951 100644 --- a/api/Makefile.am +++ b/api/Makefile.am @@ -9,19 +9,19 @@ api_files= \ graphics_api_files = \ graphics_api.C \ graphics_data.C \ - graphics_impl.o \ + graphics_impl.C \ reduce.C \ gutil.C \ x_opengl.C graphics_lib_files = \ - graphics_lib.o \ - graphics_data.o \ - reduce.o + graphics_lib.C \ + graphics_data.C \ + reduce.C -graphics_impl_file= \ +graphics_impl_files = \ graphics_data.C \ - graphics_impl.o \ + graphics_impl.C \ gutil.C \ reduce.C \ x_opengl.C diff --git a/checkin_notes b/checkin_notes index b030eeacb8..bfc1e6d161 100755 --- a/checkin_notes +++ b/checkin_notes @@ -21132,3 +21132,9 @@ David 10 Dec 2004 clientgui/ Makefile.mac (new) stdwx.h + +David 11 Dec 2004 + - Fixed Makefile.am for building graphics libs + + api/ + Makefile.am