summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-07-17 10:37:57 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-07-17 10:37:57 -0700
commit4dfbd74bda684bea748fbbcbfc172f6325423d12 (patch)
tree7a8edbe4a72d0bd0078dc253c822d46f73e61498
parentfd25acd688b86a1490198d61f66d2503a87883a0 (diff)
Use AM_CFLAGS instead of xmodmap_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 4c2a2b2..c0e91ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xmodmap
-xmodmap_CFLAGS = $(DEP_CFLAGS)
+AM_CFLAGS = $(DEP_CFLAGS)
xmodmap_LDADD = $(DEP_LIBS)
xmodmap_SOURCES = \