mirror of https://github.com/BOINC/boinc.git
boinc_db.h was not found when using compiled boinc5 ( --with-boinc)
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@176 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
020c957d55
commit
2c4f40fac8
|
@ -27,7 +27,7 @@ AC_DEFUN([SZDG_BOINC_COMMON], [
|
|||
# Check if this is an installed or just a compiled-in-place
|
||||
# version
|
||||
if test -d "$with_boinc/sched"; then
|
||||
BOINC_CPPFLAGS="-I$with_boinc/api -I$with_boinc/lib -I$with_boinc/sched -I$with_boinc/tools"
|
||||
BOINC_CPPFLAGS="-I$with_boinc/api -I$with_boinc/lib -I$with_boinc/sched -I$with_boinc/tools -I$with_boinc/db"
|
||||
if test -d "$with_boinc/RSAEuro/source"; then
|
||||
BOINC_CPPFLAGS="$BOINC_CPPFLAGS -I$with_boinc/RSAEuro/source"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue