From eff5594f8f68913db9ac60c9b38ec711823052ae Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 6 Aug 2007 18:39:38 -0700 Subject: Change xgamma_CFLAGS to AM_CFLAGS to make automake-1.10 happier Makefile.am:27: compiling `xgamma.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 84b8fa3..e4b9097 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xgamma -xgamma_CFLAGS = $(XGAMMA_CFLAGS) +AM_CFLAGS = $(XGAMMA_CFLAGS) xgamma_LDADD = $(XGAMMA_LIBS) xgamma_SOURCES = \ -- cgit v1.2.3