Fix build of clientgui, broken by David's reshuffling of md5 functions.

svn path=/trunk/boinc/; revision=4978
This commit is contained in:
Bruce Allen 2005-01-02 18:20:36 +00:00
parent 9c1f389c2b
commit 0340cbcae1
1 changed files with 3 additions and 1 deletions

View File

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