mirror of https://github.com/BOINC/boinc.git
Fix build of clientgui, broken by David's reshuffling of md5 functions.
svn path=/trunk/boinc/; revision=4978
This commit is contained in:
parent
9c1f389c2b
commit
0340cbcae1
|
@ -32,7 +32,9 @@ boinc_gui_SOURCES = \
|
|||
../lib/mfile.C \
|
||||
../lib/miofile.C \
|
||||
../lib/parse.C \
|
||||
../lib/util.C
|
||||
../lib/util.C \
|
||||
../lib/md5_file.C
|
||||
../lib/md5.C
|
||||
|
||||
EXTRA_DIST = BOINCBaseView.h DlgAttachProject.h ValidateAccountKey.h ViewWork.h \
|
||||
BOINCGUIApp.h DlgConnection.h ValidateURL.h _wx_intellisense.h \
|
||||
|
|
Loading…
Reference in New Issue