diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-21 14:16:44 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-21 14:16:44 +0000 |
commit | a0599745350ad81ec4133991049cb0dba3a9c2cd (patch) | |
tree | 082a61bee36c7952266ebec608affcbbd65f1d1d /libguile/stackchk.c | |
parent | e415cb066601d757beb588675baa0b268926a54e (diff) |
* 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.)
Diffstat (limited to 'libguile/stackchk.c')
-rw-r--r-- | libguile/stackchk.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libguile/stackchk.c b/libguile/stackchk.c index 3f3633beb..86bd1d399 100644 --- a/libguile/stackchk.c +++ b/libguile/stackchk.c @@ -45,11 +45,11 @@ #include <stdio.h> -#include "_scm.h" -#include "ports.h" -#include "root.h" +#include "libguile/_scm.h" +#include "libguile/ports.h" +#include "libguile/root.h" -#include "stackchk.h" +#include "libguile/stackchk.h" /* {Stack Checking} @@ -104,7 +104,7 @@ scm_stack_report () void scm_init_stackchk () { -#include "stackchk.x" +#include "libguile/stackchk.x" } /* |