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/coop-threads.h | |
parent | e415cb066601d757beb588675baa0b268926a54e (diff) | |
download | guile-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/coop-threads.h')
-rw-r--r-- | libguile/coop-threads.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/coop-threads.h b/libguile/coop-threads.h index 5dd0fcbda..7519ea2f5 100644 --- a/libguile/coop-threads.h +++ b/libguile/coop-threads.h @@ -55,8 +55,8 @@ #include <time.h> -#include "coop-defs.h" -#include "../qt/qt.h" +#include "libguile/coop-defs.h" +#include "qt/qt.h" /* This code is based on a sample thread libraru by David Keppel. Portions of this file fall under the following copyright: */ |