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
This commit is contained in:
Bruce Allen 2004-12-09 10:45:27 +00:00
parent 927a11ce93
commit 5d8366ca43
2 changed files with 12 additions and 2 deletions

View File

@ -12,13 +12,18 @@ graphics_api_files = \
graphics_api.C \ graphics_api.C \
reduce.C \ reduce.C \
gutil.C \ gutil.C \
bmplib.C \
tgalib.C \
graphics_data.h \ graphics_data.h \
reduce.h \ reduce.h \
x_opengl.h \ x_opengl.h \
boinc_gl.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 if BUILD_GRAPHICS_API
graphics_libs = libboinc_graphics_api.a graphics_libs = libboinc_graphics_api.a
else else

View File

@ -20947,7 +20947,12 @@ David 8 Dec 2004
Bruce 9 Dec 2004 Bruce 9 Dec 2004
- Fixed broken build (and removed non-functional broken fix). API - Fixed broken build (and removed non-functional broken fix). API
subdirs must be built first. 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 Makefile.am
client/ client/
Makefile.am Makefile.am
api/
Makefile.am