mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
and we don't want that. (INCLUDES): Removed all -I options except for the root source directory and the root build directory. * *.*: Change includes so that they always use the "prefixes" libguile/, qt/, guile-readline/, or libltdl/. (Thanks to Tim Mooney.)
This commit is contained in:
parent
e415cb0666
commit
a059974535
100 changed files with 823 additions and 785 deletions
|
@ -44,12 +44,12 @@
|
|||
|
||||
|
||||
|
||||
#include "_scm.h"
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
#include "eval.h"
|
||||
#include "procprop.h"
|
||||
#include "libguile/eval.h"
|
||||
#include "libguile/procprop.h"
|
||||
|
||||
#include "modules.h"
|
||||
#include "libguile/modules.h"
|
||||
|
||||
static SCM the_root_module;
|
||||
static SCM root_module_lookup_closure;
|
||||
|
@ -179,7 +179,7 @@ scm_system_module_env_p (SCM env)
|
|||
void
|
||||
scm_init_modules ()
|
||||
{
|
||||
#include "modules.x"
|
||||
#include "libguile/modules.x"
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue