From a0599745350ad81ec4133991049cb0dba3a9c2cd Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Fri, 21 Apr 2000 14:16:44 +0000 Subject: * 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.) --- qt/qt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt/qt.c') diff --git a/qt/qt.c b/qt/qt.c index 1e406d24c..d3e50bc17 100644 --- a/qt/qt.c +++ b/qt/qt.c @@ -1,5 +1,5 @@ -#include "copyright.h" -#include "qt.h" +#include "qt/copyright.h" +#include "qt/qt.h" #ifdef QT_VARGS_DEFAULT -- cgit v1.2.3