- Add cs_platform.C to Makefile.am

client/
        Makefile.am

svn path=/trunk/boinc/; revision=12534
This commit is contained in:
Walt Gribben 2007-05-02 23:08:46 +00:00
parent 846ec9fbb0
commit ad78eb2db5
2 changed files with 6 additions and 2 deletions

View File

@ -4236,5 +4236,8 @@ Matt 2 May 2007
html/ops/
db_update.php
Walt 2 May 2007
- Add cs_platform.C to Makefile.am
client/
Makefile.am

View File

@ -35,6 +35,7 @@ boinc_client_SOURCES = \
cs_benchmark.C \
cs_cmdline.C \
cs_files.C \
cs_platforms.C \
cs_prefs.C \
cs_scheduler.C \
cs_statefile.C \