summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-07 19:03:54 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-07 19:03:54 -0700
commitea0e0d0e3d45eb5e71542af835194514a6f8801c (patch)
tree7bc4f1244c2f7414980df6944a0c118d1b46676e
parent996d92d2710f9dc740351f4d9cbe14af64569689 (diff)
Fix order of CPPFLAGS passed to lint/compile steps
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 244a0c2..fd16ccc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES = libXdmcp.la
+AM_CPPFLAGS = -I${top_srcdir}/include
AM_CFLAGS = \
- -I${top_srcdir}/include \
$(XDMCP_CFLAGS) \
$(CWARNFLAGS)