*** empty log message ***

svn path=/trunk/boinc/; revision=11707
This commit is contained in:
Walt Gribben 2006-12-20 03:45:52 +00:00
parent ab1bdafba3
commit c79fee95fb
2 changed files with 20 additions and 0 deletions

View File

@ -13572,3 +13572,10 @@ Walt 19 Dec 2006
sg_ImageButton.cpp
sg_StatImageLoader.cpp
sg_ViewTabPage.cpp
Walt 19 Dec 2006
- MGR: Add simple GUI files to makefile
clientgui/
Makefile.am

View File

@ -24,6 +24,7 @@ bin_PROGRAMS = boinc_gui
boinc_gui_SOURCES = \
common/wxPieCtrl.cpp \
common/wxFlatNotebook.cpp \
BOINCBaseFrame.cpp \
BOINCBaseView.cpp \
BOINCDialupManager.cpp \
@ -72,6 +73,18 @@ boinc_gui_SOURCES = \
WizardAccountManager.cpp \
WizardAttachProject.cpp \
wizardex.cpp \
sg_BoincSimpleGUI.cpp \
sg_ClientStateIndicator.cpp \
sg_CustomControls.cpp \
sg_DlgMessages.cpp \
sg_DlgPreferences.cpp \
sg_ImageButton.cpp \
sg_ImageLoader.cpp \
sg_ProgressBar.cpp \
sg_ProjectsComponent.cpp \
sg_SGUIListControl.cpp \
sg_StatImageLoader.cpp \
sg_ViewTabPage.cpp \
hyperlink.cpp $(mac_sources)
EXTRA_DIST = *.h \