mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5293
This commit is contained in:
parent
ff16cdebda
commit
6e498bfb4a
|
@ -6,10 +6,10 @@ AUTOMAKE_OPTIONS = foreign
|
|||
## make sure rebuilding uses the right aclocal-switches
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
API_SUBDIRS = api lib apps zip
|
||||
API_SUBDIRS = api lib zip
|
||||
|
||||
if ENABLE_SERVER
|
||||
SERVER_SUBDIRS = db tools test py sched
|
||||
SERVER_SUBDIRS = db tools test py sched apps
|
||||
endif
|
||||
|
||||
if ENABLE_CLIENT
|
||||
|
|
|
@ -23874,6 +23874,11 @@ Rom 2 Feb 2005
|
|||
Rom 2 Feb 2005
|
||||
- Use the same technique to statically link nsl and socket for the client
|
||||
as the clientgui.
|
||||
- move the apps directory from the API_SUBDIRS variable to the
|
||||
SERVER_SUBDIRS variable since we really don't need to build the
|
||||
sample applications when all we really want is just the boinc client
|
||||
tools.
|
||||
|
||||
/
|
||||
configure.ac
|
||||
Makefile.am
|
||||
|
|
Loading…
Reference in New Issue