mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5651
This commit is contained in:
parent
46b0941447
commit
fba33deb75
|
@ -27,6 +27,7 @@ boinc_gui_SOURCES = \
|
|||
ViewResources.cpp \
|
||||
ViewTransfers.cpp \
|
||||
ViewWork.cpp \
|
||||
../lib/acct_mgr_client.C \
|
||||
../lib/diagnostics.C \
|
||||
../lib/gui_rpc_client.C \
|
||||
../lib/filesys.C \
|
||||
|
|
|
@ -18,6 +18,7 @@ lib_LIBRARIES = libboinc.a
|
|||
EXTRA_DIST = *.h *.C
|
||||
|
||||
libboinc_a_SOURCES = \
|
||||
acct_mgr_client.C \
|
||||
app_ipc.C \
|
||||
base64.C \
|
||||
crypt.C \
|
||||
|
@ -56,6 +57,7 @@ libboinc_a_SOURCES = \
|
|||
synch.h
|
||||
|
||||
include_HEADERS = \
|
||||
acct_mgr_client.h \
|
||||
app_ipc.h \
|
||||
boinc_win.h \
|
||||
diagnostics.h \
|
||||
|
|
Loading…
Reference in New Issue