From 4c6a0418e2499f01a1b2ef06bdec77ef208fe15b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 10 Aug 2007 16:16:43 -0700 Subject: Change editres_CFLAGS to AM_CFLAGS to make automake-1.10 happier Makefile.am:27: compiling `actions.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 411e703..6a9784b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = editres -editres_CFLAGS = $(EDITRES_CFLAGS) +AM_CFLAGS = $(EDITRES_CFLAGS) editres_LDADD = $(EDITRES_LIBS) editres_SOURCES = \ -- cgit v1.2.3