From 1ab923fdd812a35dd46fe663780f8c8271aa5d89 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 17 Jul 2007 10:08:35 -0700 Subject: Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- cgit v1.2.3