Fix order of CPPFLAGS passed to lint/compile steps

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2010-05-07 19:03:54 -07:00
parent 996d92d271
commit ea0e0d0e3d

View File

@@ -1,7 +1,7 @@
lib_LTLIBRARIES = libXdmcp.la
AM_CPPFLAGS = -I${top_srcdir}/include
AM_CFLAGS = \
-I${top_srcdir}/include \
$(XDMCP_CFLAGS) \
$(CWARNFLAGS)