summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-06 19:18:57 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-06 19:18:57 -0700
commit59bbe12a40fdb3d39429d0d0ce809ad28116e7ed (patch)
treec2d44ae4d1e93f00c3251a7cb38c490c69ccb399
parent5a251886c0f158f4c8a342b6fbdeebf3dbd1c0fd (diff)
Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:27: compiling `dsimple.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 d5bb27c..fbd5ed6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xwininfo
-xwininfo_CFLAGS = $(XWININFO_CFLAGS)
+AM_CFLAGS = $(XWININFO_CFLAGS)
xwininfo_LDADD = $(XWININFO_LIBS)
xwininfo_SOURCES = \