* 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:
Mikael Djurfeldt 2000-04-21 14:16:44 +00:00
commit a059974535
100 changed files with 823 additions and 785 deletions

View file

@ -44,10 +44,10 @@
#include <stdio.h>
#include "_scm.h"
#include "libguile/_scm.h"
#include "validate.h"
#include "libguile/validate.h"
@ -164,7 +164,7 @@ void
scm_init_pairs ()
{
scm_init_iprocs (cxrs, scm_tc7_cxr);
#include "pairs.x"
#include "libguile/pairs.x"
}