summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-09-01 14:01:02 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-03 13:58:13 -0400
commita6c814b6d02e3f28f1d015678bd3d944ff8dfb10 (patch)
treeb3e8838614442edfd00b727c6eb40fe10a50d0f3
parent86444aeda526e957e1d7adc90625f24e263aa7ea (diff)
Remove include directive to <X11/Xaw>
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. Tested-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--src/Makefile.am1
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