fix include path bug

darcs-hash:20080822210654-84dde-68595effcfc11d5e4497c72b189b5f046a8b3ca6.gz
This commit is contained in:
Evan Prodromou 2008-08-22 17:06:54 -04:00
parent dadac11aa4
commit 97341a4c94
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ define_syslog_variables();
# append our extlib dir as the last-resort place to find libs
set_include_path(array_merge(get_include_path(), array(INSTALLDIR . '/extlib/')));
set_include_path(get_include_path() . PATH_SEPARATOR . INSTALLDIR . '/extlib/');
# global configuration object