mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +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
|
@ -45,15 +45,15 @@
|
|||
|
||||
|
||||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "fports.h"
|
||||
#include "scmsigs.h"
|
||||
#include "feature.h"
|
||||
#include "strings.h"
|
||||
#include "vectors.h"
|
||||
#include "libguile/_scm.h"
|
||||
#include "libguile/fports.h"
|
||||
#include "libguile/scmsigs.h"
|
||||
#include "libguile/feature.h"
|
||||
#include "libguile/strings.h"
|
||||
#include "libguile/vectors.h"
|
||||
|
||||
#include "validate.h"
|
||||
#include "posix.h"
|
||||
#include "libguile/validate.h"
|
||||
#include "libguile/posix.h"
|
||||
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
|
@ -1322,8 +1322,8 @@ scm_init_posix ()
|
|||
scm_sysintern ("PIPE_BUF", scm_long2num (PIPE_BUF));
|
||||
#endif
|
||||
|
||||
#include "cpp_sig_symbols.c"
|
||||
#include "posix.x"
|
||||
#include "libguile/cpp_sig_symbols.c"
|
||||
#include "libguile/posix.x"
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue