summaryrefslogtreecommitdiff
path: root/libguile/srcprop.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-04-21 14:16:44 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-04-21 14:16:44 +0000
commita0599745350ad81ec4133991049cb0dba3a9c2cd (patch)
tree082a61bee36c7952266ebec608affcbbd65f1d1d /libguile/srcprop.c
parente415cb066601d757beb588675baa0b268926a54e (diff)
downloadguile-a0599745350ad81ec4133991049cb0dba3a9c2cd.tar.gz
* 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/srcprop.c')
-rw-r--r--libguile/srcprop.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/libguile/srcprop.c b/libguile/srcprop.c
index 6dce8a90f..54afae7a7 100644
--- a/libguile/srcprop.c
+++ b/libguile/srcprop.c
@@ -48,18 +48,18 @@
#include <stdio.h>
-#include "_scm.h"
-#include "smob.h"
-#include "alist.h"
-#include "debug.h"
-#include "hashtab.h"
-#include "hash.h"
-#include "ports.h"
-#include "root.h"
-#include "weaks.h"
+#include "libguile/_scm.h"
+#include "libguile/smob.h"
+#include "libguile/alist.h"
+#include "libguile/debug.h"
+#include "libguile/hashtab.h"
+#include "libguile/hash.h"
+#include "libguile/ports.h"
+#include "libguile/root.h"
+#include "libguile/weaks.h"
-#include "validate.h"
-#include "srcprop.h"
+#include "libguile/validate.h"
+#include "libguile/srcprop.h"
/* {Source Properties}
*
@@ -335,7 +335,7 @@ scm_init_srcprop ()
scm_sym_breakpoint = SCM_CAR (scm_sysintern ("breakpoint", SCM_UNDEFINED));
scm_sysintern ("source-whash", scm_source_whash);
-#include "srcprop.x"
+#include "libguile/srcprop.x"
}
void