add explicit build-rule for client/switcher [required to fix 'make tags']

svn path=/trunk/boinc/; revision=11862
This commit is contained in:
Reinhard Prix 2007-01-15 20:15:33 +00:00
parent 420e00f137
commit 4023443393
2 changed files with 8 additions and 0 deletions

View File

@ -595,3 +595,9 @@ David 15 Jan 2007
boinc_zip.cpp,h
unzip/
api.C
Reinhard 15 Jan 2007
- add explicit build-rule for client/switcher [required to fix 'make tags']
client/
Makefile.am

View File

@ -20,6 +20,8 @@ lib_LIBRARIES = libbenchmark.a
LIBS += libbenchmark.a
switcher_SOURCES = switcher.C
boinc_client_SOURCES = \
acct_mgr.C \
acct_setup.C \