mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11768
This commit is contained in:
parent
5479cf9a86
commit
4b9154ee34
|
@ -13,7 +13,6 @@ SCHED_LIB = -L$(top_builddir)/sched -lsched
|
|||
BOINC_LIB = -L$(top_builddir)/lib -lboinc
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
@PICFLAGS@ \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/api \
|
||||
-I$(top_srcdir)/db \
|
||||
|
|
|
@ -71,3 +71,9 @@ David 4 Jan 2007
|
|||
ViewWorkGrid.cpp
|
||||
html/inc/
|
||||
user.inc
|
||||
|
||||
David 4 Jan 2007
|
||||
- removed PICFLAGS from AM_CPP_FLAGS.
|
||||
Compiling everything position-independent slows it down.
|
||||
|
||||
Makefile.incl
|
||||
|
|
Loading…
Reference in New Issue