*** empty log message ***

svn path=/trunk/boinc/; revision=5651
This commit is contained in:
Rom Walton 2005-03-13 21:05:46 +00:00
parent 46b0941447
commit fba33deb75
2 changed files with 3 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \