summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 11:35:27 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 11:35:27 -0700
commit7b3c0c95b9bb223ae779b8bf0c7d78967e0dcd9e (patch)
treeceea61a120b9ceafb20e3bc21a828e71c4d30169 /Makefile.am
parentc843fa3f4e65f2e1e133633b445f8693b1cc617c (diff)
Change xprop_CFLAGS to AM_CFLAGS to clear automake-1.10 warning
Makefile.am:27: compiling `dsimple.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f0d5195..dd03754 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xprop
-xprop_CFLAGS = $(XPROP_CFLAGS)
+AM_CFLAGS = $(XPROP_CFLAGS)
xprop_LDADD = $(XPROP_LIBS)
xprop_SOURCES = \