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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
