From c2a336b187e1f78c3bfa8fad0f2cade6cf06071d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 23 Jul 2007 16:42:40 -0700 Subject: Use AM_CFLAGS instead of setxkbmap_CFLAGS to avoid automake-1.10 warning Makefile.am:31: compiling `setxkbmap.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d9db3e0..eca8a54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ bin_PROGRAMS = setxkbmap XKBCONFIGROOT=@XKBCONFIGROOT@ -setxkbmap_CFLAGS = $(SETXKBMAP_CFLAGS) \ +AM_CFLAGS = $(SETXKBMAP_CFLAGS) \ -D__XKBDEFRULES__='"xorg"' \ -DDFLT_XKB_CONFIG_ROOT=\"$(XKBCONFIGROOT)\" setxkbmap_LDADD = $(SETXKBMAP_LIBS) -- cgit v1.2.3