mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +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
|
@ -47,24 +47,24 @@
|
|||
gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */
|
||||
|
||||
|
||||
#include "_scm.h"
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "tag.h"
|
||||
#include "strports.h"
|
||||
#include "read.h"
|
||||
#include "eval.h"
|
||||
#include "chars.h"
|
||||
#include "modules.h"
|
||||
#include "ports.h"
|
||||
#include "root.h"
|
||||
#include "strings.h"
|
||||
#include "libguile/tag.h"
|
||||
#include "libguile/strports.h"
|
||||
#include "libguile/read.h"
|
||||
#include "libguile/eval.h"
|
||||
#include "libguile/chars.h"
|
||||
#include "libguile/modules.h"
|
||||
#include "libguile/ports.h"
|
||||
#include "libguile/root.h"
|
||||
#include "libguile/strings.h"
|
||||
|
||||
#include "gdbint.h"
|
||||
#include "libguile/gdbint.h"
|
||||
|
||||
/* {Support for debugging with gdb}
|
||||
*
|
||||
|
@ -77,7 +77,7 @@
|
|||
|
||||
#define GDB_TYPE SCM
|
||||
|
||||
#include "gdb_interface.h"
|
||||
#include "libguile/gdb_interface.h"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue