summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 16:12:41 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 16:12:41 -0800
commit7e6765512cc2b88a1d56cc7c87cd5c06a185cf79 (patch)
tree01e501e6a0a6f9f5f2d3ca74aa0be7821d78bc62
parent12c47a9e2dc5d641194e25363e6a2d09aa49d0ed (diff)
Change xkbevd_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:26: compiling `cfgparse.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 08096ae..299550f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
bin_PROGRAMS = xkbevd
-xkbevd_CFLAGS = $(XKBEVD_CFLAGS) -DDFLT_XKB_CONFIG_ROOT='"$(datadir)/X11/xkb"'
+AM_CFLAGS = $(XKBEVD_CFLAGS) -DDFLT_XKB_CONFIG_ROOT='"$(datadir)/X11/xkb"'
xkbevd_LDADD = $(XKBEVD_LIBS)
xkbevd_SOURCES = \