From f28531a33d1f28bc86626b3013ef7857b564647f Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 30 Aug 2011 17:00:21 -0400 Subject: Include Xaw3dP.h using #include All published Xaw3d header file are included this way. The -I directive to include/X11/Xaw3d is removed which will alert developers not to include header files with quotes unless they are in the /src directory. Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f2a8267..e912004 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,8 +7,7 @@ AM_CFLAGS = \ $(XPM_CFLAGS) AM_CPPFLAGS = \ - -I${top_srcdir}/include \ - -I${top_srcdir}/include/X11/Xaw3d \ + -I${top_srcdir}/include \ $(XAW3D_CPPFLAGS) # -- cgit v1.2.3