mirror of https://github.com/BOINC/boinc.git
Mac-sources mac_backtrace.[Ch] were missing from build...
svn path=/trunk/boinc/; revision=8328
This commit is contained in:
parent
139b7906f4
commit
78700671d7
|
@ -12365,3 +12365,10 @@ Rom 29 Sept 2005
|
|||
clientgui/wizards/
|
||||
AccountInfoPage.cpp
|
||||
ProjectProcessingPage.cpp
|
||||
|
||||
Reinhard 29 Sept 2005
|
||||
- added forgotten Mac-sources 'mac_backtrace.[Ch]' to build
|
||||
|
||||
lib/
|
||||
Makefile.am
|
||||
|
||||
|
|
|
@ -33,6 +33,14 @@ lib_LIBRARIES = libboinc.a
|
|||
|
||||
EXTRA_DIST = *.h *.C
|
||||
|
||||
if OS_DARWIN
|
||||
mac_sources = \
|
||||
mac_backtrace.C \
|
||||
mac_backtrace.h
|
||||
else
|
||||
mac_sources =
|
||||
endif
|
||||
|
||||
libboinc_a_SOURCES = \
|
||||
app_ipc.C \
|
||||
base64.C \
|
||||
|
@ -56,7 +64,10 @@ libboinc_a_SOURCES = \
|
|||
prefs.C \
|
||||
proxy_info.C \
|
||||
shmem.C \
|
||||
util.C
|
||||
util.C \
|
||||
$(mac_sources)
|
||||
|
||||
|
||||
|
||||
include_HEADERS = \
|
||||
app_ipc.h \
|
||||
|
|
Loading…
Reference in New Issue