*** empty log message ***

svn path=/trunk/boinc/; revision=11768
This commit is contained in:
David Anderson 2007-01-04 16:32:03 +00:00
parent 5479cf9a86
commit 4b9154ee34
2 changed files with 6 additions and 1 deletions

View File

@ -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 \

View File

@ -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