mirror of https://github.com/BOINC/boinc.git
Mac patch for Makefile.am
svn path=/trunk/boinc/; revision=6041
This commit is contained in:
parent
e5d37f0d5e
commit
accfed06e8
|
@ -19,6 +19,10 @@ graphics_api_files = \
|
|||
gutil.C \
|
||||
x_opengl.C
|
||||
|
||||
if OS_DARWIN
|
||||
graphics_api_files += macglutfix.m
|
||||
endif
|
||||
|
||||
# library for main-program part of split apps
|
||||
graphics_lib_files = \
|
||||
graphics_lib.C \
|
||||
|
|
Loading…
Reference in New Issue