summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-16 16:21:30 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-16 16:21:30 -0700
commita73b56466eba086b2eb6513b1674e6d7251b4a19 (patch)
tree41f2db1962a1f5c06a1bbe0ef170d9014fef86b3
parentf237d5c415352c28c9dae1453aa3308532d42bb9 (diff)
Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:27: compiling `xvinfo.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 a9ae40d..dff37cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xvinfo
-xvinfo_CFLAGS = $(XVINFO_CFLAGS)
+AM_CFLAGS = $(XVINFO_CFLAGS)
xvinfo_LDADD = $(XVINFO_LIBS)
xvinfo_SOURCES = \