From 1d8078119bdfc51e656ca4eb0e5ad122f334cd88 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 10 Aug 2007 15:22:05 -0700 Subject: Change xdriinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier Makefile.am:27: compiling `xdriinfo.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c5cce1d..5976e62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ bin_PROGRAMS = xdriinfo -xdriinfo_CFLAGS = $(XDRIINFO_CFLAGS) +AM_CFLAGS = $(XDRIINFO_CFLAGS) # mesa should really use pkg-config ... xdriinfo_LDADD = $(XDRIINFO_LIBS) -- cgit v1.2.3