From 5d8366ca431b34f5a780a9a6c19a0eafc0b82011 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Thu, 9 Dec 2004 10:45:27 +0000 Subject: [PATCH] Removed bmplib.C tgalib.C from api/Makefile.am as workaround for missing header files + code. Note: header files must also be listed among source files! svn path=/trunk/boinc/; revision=4804 --- api/Makefile.am | 9 +++++++-- checkin_notes | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/api/Makefile.am b/api/Makefile.am index b680849310..9815508cb6 100644 --- a/api/Makefile.am +++ b/api/Makefile.am @@ -12,13 +12,18 @@ graphics_api_files = \ graphics_api.C \ reduce.C \ gutil.C \ - bmplib.C \ - tgalib.C \ graphics_data.h \ reduce.h \ x_opengl.h \ boinc_gl.h +# removed until build working under Linux +# David, beware, you must ALSO list the .h files!! Else they are +# not included in the 'make dist' tarball! +# +# bmplib.C \ +# tgalib.C \ + if BUILD_GRAPHICS_API graphics_libs = libboinc_graphics_api.a else diff --git a/checkin_notes b/checkin_notes index 5d1ff23ca8..84cbd1f8b7 100755 --- a/checkin_notes +++ b/checkin_notes @@ -20947,7 +20947,12 @@ David 8 Dec 2004 Bruce 9 Dec 2004 - Fixed broken build (and removed non-functional broken fix). API subdirs must be built first. + - Removed bmplib.C tgalib.C from api/Makefile.am as workaround + for missing header files + code. Note: header files must also + be listed among source files! Makefile.am client/ Makefile.am + api/ + Makefile.am