mirror of https://github.com/BOINC/boinc.git
add explicit build-rule for client/switcher [required to fix 'make tags']
svn path=/trunk/boinc/; revision=11862
This commit is contained in:
parent
420e00f137
commit
4023443393
|
@ -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
|
||||
|
|
|
@ -20,6 +20,8 @@ lib_LIBRARIES = libbenchmark.a
|
|||
|
||||
LIBS += libbenchmark.a
|
||||
|
||||
switcher_SOURCES = switcher.C
|
||||
|
||||
boinc_client_SOURCES = \
|
||||
acct_mgr.C \
|
||||
acct_setup.C \
|
||||
|
|
Loading…
Reference in New Issue