summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-07-17 10:08:35 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-07-17 10:08:35 -0700
commit1ab923fdd812a35dd46fe663780f8c8271aa5d89 (patch)
treeb22d8b414b2877df5e0b7596d44dd2b9d601fd42
parentebf6f7d4b36d69a83aeca39405d6140d8cbdcb01 (diff)
Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f130a0b..8101e2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = xhost
xhost_SOURCES = xhost.c
-xhost_CFLAGS = @XHOST_CFLAGS@
+AM_CFLAGS = @XHOST_CFLAGS@
xhost_LDADD = @XHOST_LIBS@