[PATCH libXaw] Remove include directive to <X11/Xaw>
Gaetan Nadon
memsize at videotron.ca
Thu Sep 1 16:26:09 PDT 2011
The -I directive to include/X11/Xaw is removed which will alert
developers not to include header files with quotes unless they are in
the /src directory.
Currently no offending includes were found.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
src/Makefile.am | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 3bc4b29..951dc26 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,7 +60,6 @@ COMMON_CFLAGS = \
COMMON_CPPFLAGS = \
-I${top_srcdir}/include \
- -I${top_srcdir}/include/X11/Xaw \
-DPROJECT_ROOT=\"$(prefix)\"
if BUILD_XAW6
--
1.7.4.1
More information about the xorg-devel
mailing list